Changed entity ids from int to ushort, inventory sync bugfixes
This commit is contained in:
@@ -515,7 +515,7 @@ namespace Barotrauma
|
||||
|
||||
e.linkedTo.Clear();
|
||||
|
||||
foreach (int i in e.linkedToID)
|
||||
foreach (ushort i in e.linkedToID)
|
||||
{
|
||||
MapEntity linked = FindEntityByID(i) as MapEntity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user