Skip to content

Commit

Permalink
marks freed mob spawners as async
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Nov 9, 2023
1 parent 1584096 commit 9ac128a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/landmarks/freed_mob_spawner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/obj/effect/landmark/freed_mob_spawner/Initialize()
. = ..()
spawn_freed_mob()
INVOKE_ASYNC(src, PROC_REF(spawn_freed_mob))
return INITIALIZE_HINT_QDEL

/obj/effect/landmark/freed_mob_spawner/Destroy()
Expand Down

0 comments on commit 9ac128a

Please sign in to comment.