fix
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user