X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Frun-game.scm;h=668d9ce28c290c8dc408084f7524d35599d7777d;hb=HEAD;hp=0fed48d0c51f3a43182aff45d953a368d0ad09a7;hpb=c31ed97997815c39bd516a45c1106ce5fbf7bc04;p=mudsync.git diff --git a/mudsync/run-game.scm b/mudsync/run-game.scm index 0fed48d..668d9ce 100644 --- a/mudsync/run-game.scm +++ b/mudsync/run-game.scm @@ -1,5 +1,5 @@ ;;; Mudsync --- Live hackable MUD -;;; Copyright © 2016 Christopher Allan Webber +;;; Copyright © 2016 Christine Lemmer-Webber ;;; ;;; This file is part of Mudsync. ;;; @@ -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