Files
crystall-punk-14/Content.Server
moneyl 930fb331db Fix crash / debug assertion failure from explosions (#535)
When explosions are spawned they grab all entities in range and interact with them. They don't check if entities are deleted before doing so which can cause a crash. 

To reproduce, place several grenades on the ground, pick one up and detonate it on top of the others so they detonate as well. The debug assertion in ContainerHelpers.IsInContainer will fail due to one of the accessed entities having been deleted.

This fixes that by ignoring deleted entities when making explosions.
2020-01-21 18:13:57 +01:00
..
2019-11-22 01:37:14 +01:00
2019-11-13 23:37:46 +01:00
2019-11-17 17:18:39 +01:00
2019-11-13 23:37:46 +01:00
2019-10-02 21:47:32 +02:00
2018-04-12 23:56:43 +02:00
2019-04-19 23:44:28 +02:00