X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Frun-game.scm;h=c9d1f423a31262e6004480c7ea5c91c1480d289d;hp=0fed48d0c51f3a43182aff45d953a368d0ad09a7;hb=055ce4c85ccf38385b80d1873927e059f7b58a20;hpb=c31ed97997815c39bd516a45c1106ce5fbf7bc04 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