Fixed item removal by SecondaryUse not being synced
This commit is contained in:
@@ -1205,7 +1205,10 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
if (remove) Remove();
|
||||
if (remove)
|
||||
{
|
||||
Spawner.AddToRemoveQueue(this);
|
||||
}
|
||||
}
|
||||
|
||||
public List<ColoredText> GetHUDTexts(Character character)
|
||||
|
||||
Reference in New Issue
Block a user