From 223dff559e21d5a2be177ad4d66f98625f3d6258 Mon Sep 17 00:00:00 2001 From: Lennart Kampshoff Date: Sun, 7 Oct 2018 20:43:51 +0200 Subject: [PATCH] Removed unneccessary debug message --- Server/Commands/Admin.cs | 1 - 1 file changed, 1 deletion(-) 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.");