Makes more things queue delete to prevent physics collision callback issues.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Content.Server.GameObjects.Components.Chemistry
|
||||
{
|
||||
Owner.EntityManager.SpawnEntity(_foamedMetalPrototype, Owner.Transform.Coordinates);
|
||||
}
|
||||
Owner.Delete();
|
||||
Owner.QueueDelete();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user