RAGE Multiplayer 1.1.0-DP Update
/freeze was obselete and removed /unfreeze was obselete and removed /spectate was obselete and removed
This commit is contained in:
@@ -30,7 +30,7 @@ namespace ReallifeGamemode.Server.Shop.Clothing
|
||||
}
|
||||
}
|
||||
|
||||
public void LoadShopNUI(Client client)
|
||||
public void LoadShopNUI(Player client)
|
||||
{
|
||||
bool gender = client.GetUser().GetCharacter().Gender;
|
||||
List<ShopClothe> tops = clotheList.ToList().FindAll(c => c.Gender == gender && c.ComponentId == 11);
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace ReallifeGamemode.Server.Shop.SevenEleven
|
||||
shopItems = dbContext.ShopItems.ToList().FindAll(i => i.ShopId == id);
|
||||
}
|
||||
}
|
||||
public void LoadShopNUI(Client client)
|
||||
public void LoadShopNUI(Player client)
|
||||
{
|
||||
List<ShopItem> itemList = shopItems.ToList().FindAll(s => s.Amount > 0);
|
||||
List<IItem> items = new List<IItem>();
|
||||
|
||||
Reference in New Issue
Block a user