X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgame-master.scm;fp=mudsync%2Fgame-master.scm;h=8bc239bdb9bebedf6eebbe047879f8e495b218ab;hp=f82ec37cda6379e496be673b5b25e0e9c96773e3;hb=50cd2aba8f13ec7aecb58a683aa55ae665cf83ab;hpb=36042544b6defa138f348f093f895722a472e1ba diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index f82ec37..8bc239b 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -151,7 +151,7 @@ (define-mhandler (gm-lookup-special actor message symbol) (<-reply actor message - #:room-id (hash-ref (slot-ref actor 'special-dir) symbol))) + #:val (hash-ref (slot-ref actor 'special-dir) symbol))) (define-mhandler (gm-write-home actor message text) (define client-id (hash-ref (gm-reverse-client-dir actor) @@ -254,4 +254,3 @@ with an anonymous persona" #:text (format #f "You see ~a materialize out of thin air!\n" guest-name) #:exclude player))))) -