vehicle sync debug message

This commit is contained in:
hydrant
2018-12-18 23:13:18 +01:00
parent cf0bd66f78
commit 296270b31d

View File

@@ -256,7 +256,7 @@ namespace reallife_gamemode.Server.Util
} }
} }
NAPI.Util.ConsoleOutput("new data"); NAPI.Util.ConsoleOutput("new data for handle " + veh.Handle.Value);
return default(VehicleSyncData); //null return default(VehicleSyncData); //null
} }