This commit is contained in:
Siga
2020-01-30 22:35:47 +01:00
parent f029e84689
commit be6ef1cf1c

View File

@@ -38,7 +38,7 @@ namespace ReallifeGamemode.Server.Managers
foreach (var store in luxury)
{
Vector3 pos = new Vector3(store.PositionX, store.PositionY, store.PositionZ);
ClotheShop newShop = new ClotheShop(2, pos);
ClotheShop newShop = new ClotheShop(3, pos);
clotheStores.Add(newShop);
NAPI.Util.ConsoleOutput($"Loading ClotheShop {store.Name}");
}