removed debug messages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user