Removed unneccessary debug message

This commit is contained in:
Lennart Kampshoff
2018-10-07 20:43:51 +02:00
parent 9cda996082
commit 223dff559e

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