Merge branch 'hotfix/sitzung-2021-05-16' into develop

This commit is contained in:
hydrant
2021-05-17 01:56:16 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -152,6 +152,8 @@ namespace ReallifeGamemode.Server.Job
private void _JobStop(Player player)
{
player.TriggerEvent("SERVER:Vehicle:SetDefaultEngineBehavior");
if (!playerVehiclePair.ContainsKey(player))
return;