X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync.scm;h=15f4c862ad18d7ead1d2339c0f8b7cb3a284035d;hp=31caf486acbfd8a470b947bef2df28fe6660ebe4;hb=4d4af0656b0402e630eea9393420197152945e5b;hpb=136ce3b725c83af0b7e8be632e943de6b07b65c5 diff --git a/mudsync.scm b/mudsync.scm index 31caf48..15f4c86 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,7 +35,8 @@ command player room - run-game)) + run-game + thing)) (for-each (let ((i (module-public-interface (current-module)))) (lambda (m)