prevent nullreference in exitvehicle

This commit is contained in:
hydrant
2021-05-18 00:11:30 +02:00
parent 5b9ae68723
commit 3c1dfea402
2 changed files with 29 additions and 49 deletions

View File

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