From bb2813207ac9f971594039fdc4e695b746880e3a Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 2 May 2021 22:56:56 +0000 Subject: [PATCH] =?UTF-8?q?rentcar=20map=20reihenfolge=20angepasst=20(head?= =?UTF-8?q?=20of=20quality=20assurance=20logaviate=20findet=20diese=20?= =?UTF-8?q?=C3=A4nderung=20super)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Managers/PositionManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Server/Managers/PositionManager.cs b/ReallifeGamemode.Server/Managers/PositionManager.cs index 531d2cd5..4c8392cb 100644 --- a/ReallifeGamemode.Server/Managers/PositionManager.cs +++ b/ReallifeGamemode.Server/Managers/PositionManager.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using GTANetworkAPI; using ReallifeGamemode.Server.Shop.Clothing; @@ -334,10 +334,10 @@ namespace ReallifeGamemode.Server.Managers }; rentcarPoints.Add(rentCarNoobSpawn); + rentcarPoints.Add(rentCarLamesa); rentcarPoints.Add(rentCarStadthalle); rentcarPoints.Add(rentCarKnast); rentcarPoints.Add(rentCarPaleto); - rentcarPoints.Add(rentCarLamesa); foreach (RentcarPoint point in rentcarPoints) {