X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Frun-game.scm;h=fe7cb516ca81177a4b276fff107228cd01baaf88;hp=f3035d33cd2a3c7eee1b0e14554ed4ef2eb1733d;hb=e6bd5ce0dd5edd77d182f70e6a32101e999f8623;hpb=754bd427883ab189433fad90293e05d9aced2f70 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