Skip to content

Fix #1971 "Backtrace on stormkeep"

TimePath requested to merge TimePath/issues/1971 into master

Happens on stormkeep because walls are spawned and removed because they're for race, but the intrusive list isn't seeing the removal. The next entity to spawn gets the same entity number, but the list already has that number as being used.

Edited by terencehill

Merge request reports