From 701425bc611abaa8b4140942d995d5f32d24e2d7 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 2 Jan 2017 16:37:16 -0600 Subject: [PATCH 1/1] Rename call of start-agenda to run-agenda --- mudsync/run-game.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mudsync/run-game.scm b/mudsync/run-game.scm index 9b7c149..f3035d3 100644 --- a/mudsync/run-game.scm +++ b/mudsync/run-game.scm @@ -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) -- 2.31.1