From e6bd5ce0dd5edd77d182f70e6a32101e999f8623 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 3 Jan 2017 20:25:24 -0600 Subject: [PATCH] Update calls of hive-create-actor to bootstrap-actor --- mudsync/run-game.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mudsync/run-game.scm b/mudsync/run-game.scm index f3035d3..fe7cb51 100644 --- a/mudsync/run-game.scm +++ b/mudsync/run-game.scm @@ -59,10 +59,10 @@ (define new-conn-handler (make-default-room-conn-handler default-room)) (define gm - (hive-create-actor-gimmie* hive "gm" - #:new-conn-handler new-conn-handler)) + (bootstrap-actor-gimmie* hive "gm" + #:new-conn-handler new-conn-handler)) (define repl-manager - (hive-create-actor* hive "repl")) + (bootstrap-actor* hive "repl")) (define initial-tasks (list (bootstrap-message hive (actor-id gm) 'init-world -- 2.31.1