fix: Updates container searches for non-generic types (#1567)
This commit is contained in:
parent
331f24cb71
commit
3109f59d4d
9 changed files with 248 additions and 175 deletions
|
|
@ -209,7 +209,6 @@ public class Item : IHued, IComparable<Item>, ISpawnable, IObjectPropertyListEnt
|
|||
m_ItemID = itemID;
|
||||
Serial = World.NewItem;
|
||||
|
||||
// m_Items = new ArrayList( 1 );
|
||||
Visible = true;
|
||||
Movable = true;
|
||||
Amount = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue