will nur pullen

This commit is contained in:
2019-09-12 21:06:12 +02:00
parent 3ae6f5add7
commit dd67fd857a
4 changed files with 104 additions and 7 deletions

View File

@@ -47,10 +47,7 @@ namespace ReallifeGamemode.Server.Util
break;
}
}
temp.NextCheckpoint();
ChatService.Broadcast("neuer cp");
}
}
@@ -80,7 +77,6 @@ namespace ReallifeGamemode.Server.Util
if (this.list.Count() > checkPointsDone)
{
Vector3 nextCp = list.ElementAt(checkPointsDone);
ChatService.SendMessage(this.player, "cp set at " + nextCp.ToString());
this.player.TriggerEvent("setCheckPoint", nextCp, player);
}
if (this.list.Count() == checkPointsDone)