X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Fgame-master.scm;h=34476b0077a892aaa553813e73df8d30f6676d3c;hb=d198683d31a3b359e26cc688cc04cebc8ca978c6;hp=aab0b7a856820a1a6a18071b361d421b73518cc6;hpb=7248fd4470039dab59a8e3a95829952e91c0fd19;p=mudsync.git diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index aab0b7a..34476b0 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -190,7 +190,7 @@ with an anonymous persona" ;; create and register the player (player (create-actor* gm (@@ (mudsync player) ) "player" - #:username guest-name + #:name guest-name #:gm (actor-id gm) #:client client-id))) (display "Are we broke yet?\n")