prevent nullreference in exitvehicle

This commit is contained in:
hydrant
2021-05-18 00:11:30 +02:00
parent 1e623f8fa9
commit 4cf6127d08
2 changed files with 30 additions and 50 deletions

View File

@@ -228,7 +228,6 @@ namespace ReallifeGamemode.Server.Events
}
else
{
ExitVehicle.timerNoobRollerRespawn.Stop();
vehicle.SetData("NoobSpawnVehicleTimer", false);
}
}