You can now kiss the frog!
[mudsync.git] / mudsync / run-game.scm
index 0fed48d0c51f3a43182aff45d953a368d0ad09a7..668d9ce28c290c8dc408084f7524d35599d7777d 100644 (file)
@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; 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)))))
 
 \f
 ;;; Game running stuff