Rename call of start-agenda to run-agenda
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 2 Jan 2017 22:37:16 +0000 (16:37 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 2 Jan 2017 22:37:16 +0000 (16:37 -0600)
mudsync/run-game.scm

index 9b7c1492778eb95292f9fbae7f06cb6820e2a773..f3035d33cd2a3c7eee1b0e14554ed4ef2eb1733d 100644 (file)
@@ -84,7 +84,7 @@
     ;; Set up injector for live hacking
     (set! inject-gameobj! gameobj-injector)
 
-    (start-agenda agenda #:post-run-hook post-run-hook)))
+    (run-agenda agenda #:post-run-hook post-run-hook)))
 
 
 (define (do-inject-special! queue hive gm-id game-spec special-symbol)