X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Fgame-master.scm;h=0daebc978a5bc7e8b705cad79c9fe0b171b22dd2;hb=a91cab366a655c3162fb516b7b1242d60f0e2d2a;hp=f839931002fe663cabe8c62c2458be623407a4f7;hpb=c3e788ae7726f7e52a62ffeb30254bfa0f0da7cb;p=mudsync.git diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index f839931..0daebc9 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -17,7 +17,6 @@ ;;; along with Mudsync. If not, see . (define-module (mudsync game-master) - #:use-module (mudsync room) #:use-module (mudsync networking) #:use-module (8sync systems actors) #:use-module (8sync agenda) @@ -206,7 +205,7 @@ with an anonymous persona" ;; Register the player in our database of players -> connections (gm-register-client! gm client-id player) ;; Dump the player into the default room - (<-wait gm player 'set-loc! #:id room-id) + (<-wait gm player 'set-loc! #:loc room-id) ;; Initialize the player (<- gm player 'init)))))