X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgame-master.scm;h=b11d21cff800e1955a730c97e196c13b55ca8c2d;hp=b8030d9d72a4f2114183576683561909e726fd1c;hb=c8c47c9d61abd219f561c020e9147d715717a16f;hpb=ca990b14f563fc450548954184ff6fc0e4792739 diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index b8030d9..b11d21c 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -18,7 +18,7 @@ (define-module (mudsync game-master) #:use-module (mudsync networking) - #:use-module (8sync systems actors) + #:use-module (8sync actors) #:use-module (8sync agenda) #:use-module (oop goops) #:use-module (ice-9 match) @@ -52,7 +52,7 @@ (actions #:allocation #:each-subclass #:init-value - (mhandlers + (build-actions (init-world gm-init-world) (client-input gm-handle-client-input) (lookup-special gm-lookup-special)