X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync.scm;h=810f6d45040042b63d6ddd16f789bfb08b8a14ec;hp=84cb6d0ab40536e4f1e7b60ac92c9a90e4a14712;hb=0974cafbe7e10dd08fe3fef371d002c3606feb9e;hpb=d13325f5f6eba20c808636948432dcdff4e138f6 diff --git a/mudsync.scm b/mudsync.scm index 84cb6d0..810f6d4 100644 --- a/mudsync.scm +++ b/mudsync.scm @@ -18,7 +18,7 @@ ;;; along with Mudsync. If not, see . (define-module (mudsync) - #:use-module (8sync systems actors) + #:use-module (8sync actors) #:use-module (8sync agenda) #:use-module (ice-9 format) #:use-module (ice-9 match) @@ -32,7 +32,7 @@ '(game-master gameobj networking - parser + command player room run-game))