X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Frun-game.scm;fp=mudsync%2Frun-game.scm;h=c9d1f423a31262e6004480c7ea5c91c1480d289d;hp=0fed48d0c51f3a43182aff45d953a368d0ad09a7;hb=7219c749ff9bec14f0dc0e69d739da8281b30d71;hpb=bd2d3b63f0e8df23cd28aec4a9b11acfc52c7770 diff --git a/mudsync/run-game.scm b/mudsync/run-game.scm index 0fed48d..c9d1f42 100644 --- a/mudsync/run-game.scm +++ b/mudsync/run-game.scm @@ -69,9 +69,9 @@ (while (not (q-empty? %inject-queue)) (match (deq! %inject-queue) ((gameobj-spec . special-symbol) - (<- (.gm injector) 'inject-special! - #:special-symbol special-symbol - #:gameobj-spec gameobj-spec))))) + (<-wait (.gm injector) 'inject-special! + #:special-symbol special-symbol + #:gameobj-spec gameobj-spec))))) ;;; Game running stuff