fixed conflicts in jobroutes

This commit is contained in:
2019-09-16 22:59:18 +02:00
parent a86726e4c1
commit 2cebda5e1a
3 changed files with 6 additions and 2 deletions

View File

@@ -48,6 +48,8 @@ namespace ReallifeGamemode.Server.Events
ChatService.BroadcastAdmin("!{#FFFF00}*** " + player.Name + " hat den Server verlassen", AdminLevel.TEAM);
}
CheckPointHandle.RemovePlayerHandlerFromList(player);
JobBase job = JobManager.GetJob(player.GetUser().JobId ?? -1);
if (job != null) job.StopJob(player, true);