X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Fgame-master.scm;h=0abadb360fbad56574c2c471cc4ef00cb8cd370b;hb=a841e7c04e355dd1d25c0c0a5a254bbd185cdc38;hp=f839931002fe663cabe8c62c2458be623407a4f7;hpb=060a48dce227e8c53e007941cc673b494ca36024;p=mudsync.git diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index f839931..0abadb3 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -206,7 +206,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)))))