fix
This commit is contained in:
@@ -38,7 +38,7 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
foreach (var store in luxury)
|
foreach (var store in luxury)
|
||||||
{
|
{
|
||||||
Vector3 pos = new Vector3(store.PositionX, store.PositionY, store.PositionZ);
|
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);
|
clotheStores.Add(newShop);
|
||||||
NAPI.Util.ConsoleOutput($"Loading ClotheShop {store.Name}");
|
NAPI.Util.ConsoleOutput($"Loading ClotheShop {store.Name}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user