From 243edd92aad8e48cc53bd8f952c5f582cf64445e Mon Sep 17 00:00:00 2001 From: balbo Date: Tue, 4 Aug 2020 19:05:02 +0200 Subject: [PATCH] debug meldung entfernt --- ReallifeGamemode.Server/Commands/UserCommands.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index e09c7cc1..70e657e0 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -43,7 +43,6 @@ namespace ReallifeGamemode.Server.Commands pVeh = player.Vehicle; } else { - player.SendChatMessage("else"); pVeh = NAPI.Pools.GetAllVehicles().Where(v => v.Position.DistanceTo(player.Position) <= 5).FirstOrDefault(); }