diff --git a/ReallifeGamemode.Server/Job/PilotJob.cs b/ReallifeGamemode.Server/Job/PilotJob.cs index bc1b7226..29f82435 100644 --- a/ReallifeGamemode.Server/Job/PilotJob.cs +++ b/ReallifeGamemode.Server/Job/PilotJob.cs @@ -175,17 +175,17 @@ namespace ReallifeGamemode.Server.Job { case 1: { - StartPilotRoute(player, "Route1"); + StartPilotRoute(player, "Route 1"); break; } case 2: { - StartPilotRoute(player, "Route2"); + StartPilotRoute(player, "Route 2"); break; } case 3: { - StartPilotRoute(player, "Route3"); + StartPilotRoute(player, "Route 3"); break; } } @@ -198,17 +198,17 @@ namespace ReallifeGamemode.Server.Job { case 1: { - StartPilotRoute(player, "Route4"); + StartPilotRoute(player, "Route 4"); break; } case 2: { - StartPilotRoute(player, "Route5"); + StartPilotRoute(player, "Route 5"); break; } case 3: { - StartPilotRoute(player, "Route6"); + StartPilotRoute(player, "Route 6"); break; } }