X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Frun-game.scm;h=95fedb0ec99c0fe37f7e172e0f9af5ef7826f821;hp=6bacfcd573d7de43fa01b542fede6a9487b1c4d6;hb=c8c47c9d61abd219f561c020e9147d715717a16f;hpb=ca990b14f563fc450548954184ff6fc0e4792739 diff --git a/mudsync/run-game.scm b/mudsync/run-game.scm index 6bacfcd..95fedb0 100644 --- a/mudsync/run-game.scm +++ b/mudsync/run-game.scm @@ -20,8 +20,8 @@ #:use-module (mudsync game-master) #:use-module (8sync agenda) #:use-module (8sync repl) - #:use-module (8sync systems actors) - #:use-module (8sync systems actors debug) + #:use-module (8sync actors) + #:use-module (8sync debug) #:use-module (srfi srfi-1) #:use-module (ice-9 receive) #:use-module (ice-9 q)