new busroute added

This commit is contained in:
2019-10-04 15:26:06 +02:00
parent 6ef6f34f11
commit 64244c7b83
4 changed files with 26 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ namespace ReallifeGamemode.Server.Util
if (this.list.Count() == checkPointsDone)
{
ChatService.SendMessage(this.player, "Du hast alle Checkpoints abgefahren!");
CheckPointHandle.RemovePlayerHandlerFromList(this.player);
}
}