diff --git a/Server/Commands/Admin.cs b/Server/Commands/Admin.cs index c5d418e9..25a3005f 100644 --- a/Server/Commands/Admin.cs +++ b/Server/Commands/Admin.cs @@ -56,7 +56,6 @@ namespace reallife_gamemode.Server.Commands if (!uint.TryParse(hash, out uint vehHash)) { - Debug.WriteLine("couldnt parse"); if (!Enum.TryParse(hash, true, out VehicleHash realHash)) { player.SendChatMessage("~r~[FEHLER]~s~ Dieses Fahrzeug existiert nicht.");