removed debug messages

This commit is contained in:
2019-09-12 22:22:03 +02:00
parent 11d28defb3
commit c96d04abdb
2 changed files with 0 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ namespace ReallifeGamemode.Server.Job
[RemoteEvent("startBusRoute")]
public void StartBusRoute(Client player, string type)
{
ChatService.Broadcast("func start");
if (type == "Kurz 1")
{
CheckPointHandle.StartCheckPointRoute(player, Route1);