Release 1.9.7.0 - Summer Update 2025
This commit is contained in:
@@ -377,6 +377,7 @@ namespace Barotrauma
|
||||
if (IsInRemoveQueue(item) || item.Removed) { return; }
|
||||
|
||||
spawnOrRemoveQueue.Enqueue(item);
|
||||
item.IsInRemoveQueue = true;
|
||||
|
||||
foreach (var containedItem in item.ContainedItems)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user