Update CECHostPlayer.Inventory.cs
This commit is contained in:
@@ -52,7 +52,11 @@ namespace BrewMonster
|
||||
foreach (var it in items)
|
||||
{
|
||||
if (it != null && it.Slot >= 0 && it.Slot < size)
|
||||
{
|
||||
if (it.Content != null && it.Content.Length > 0)
|
||||
it.SetItemInfo(it.Content, it.Content.Length);
|
||||
inv.SetItem(it.Slot, it);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user