Fix maint loot spawners not deleting after roundstart/spawning their loot. (#61707)

Maint loot spawners hang around and never get qdeleted after spawning their loot.

This does a little bit of simple code logic to limit copypasta and ensure that loot spawners never qdel late and that they qdel precisely when they intend to. Or when SSmapping intends for them to.
This commit is contained in:
Timberpoes
2021-10-08 11:58:46 +01:00
committed by GitHub
parent 247d70a4d8
commit 7d1eec24cb
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -601,4 +601,4 @@ GLOBAL_LIST_EMPTY(the_station_areas)
CHECK_TICK
spawner.spawn_loot()
spawner.hide()
qdel(spawner)