Removed unneccessary debug message

This commit is contained in:
hydrant
2018-10-07 20:43:51 +02:00
parent b178db7199
commit a77f210a0e

View File

@@ -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.");