will nur pullen
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user