rentcar map reihenfolge angepasst (head of quality assurance logaviate findet diese änderung super)

This commit is contained in:
Luke
2021-05-02 22:56:56 +00:00
parent ba4cc0cd9a
commit bb2813207a

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using GTANetworkAPI; using GTANetworkAPI;
using ReallifeGamemode.Server.Shop.Clothing; using ReallifeGamemode.Server.Shop.Clothing;
@@ -334,10 +334,10 @@ namespace ReallifeGamemode.Server.Managers
}; };
rentcarPoints.Add(rentCarNoobSpawn); rentcarPoints.Add(rentCarNoobSpawn);
rentcarPoints.Add(rentCarLamesa);
rentcarPoints.Add(rentCarStadthalle); rentcarPoints.Add(rentCarStadthalle);
rentcarPoints.Add(rentCarKnast); rentcarPoints.Add(rentCarKnast);
rentcarPoints.Add(rentCarPaleto); rentcarPoints.Add(rentCarPaleto);
rentcarPoints.Add(rentCarLamesa);
foreach (RentcarPoint point in rentcarPoints) foreach (RentcarPoint point in rentcarPoints)
{ {