X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync.scm;h=810f6d45040042b63d6ddd16f789bfb08b8a14ec;hp=a3caaa17d8f30b85f998234853433d2fca7b17e1;hb=0974cafbe7e10dd08fe3fef371d002c3606feb9e;hpb=7e11c67b59dc07a46576b2acaa4657ee533df7d5 diff --git a/mudsync.scm b/mudsync.scm index a3caaa1..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) @@ -35,8 +35,7 @@ command player room - run-game - thing)) + run-game)) (for-each (let ((i (module-public-interface (current-module)))) (lambda (m)