mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
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:
@@ -601,4 +601,4 @@ GLOBAL_LIST_EMPTY(the_station_areas)
|
||||
CHECK_TICK
|
||||
|
||||
spawner.spawn_loot()
|
||||
spawner.hide()
|
||||
qdel(spawner)
|
||||
|
||||
Reference in New Issue
Block a user