From 9f1e52f88ff5a2bd036858436a51b4c2aa5a32f4 Mon Sep 17 00:00:00 2001 From: Mac_Slash Date: Thu, 30 Apr 2020 16:01:47 +0200 Subject: [PATCH] Pilot Job Leerzeichen vergessen --- ReallifeGamemode.Server/Job/PilotJob.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; } }