From: Christopher Allan Webber Date: Wed, 4 Jan 2017 02:25:24 +0000 (-0600) Subject: Update calls of hive-create-actor to bootstrap-actor X-Git-Tag: fosdem-2017~121 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=e6bd5ce0dd5edd77d182f70e6a32101e999f8623 Update calls of hive-create-actor to bootstrap-actor --- 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