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) {