X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fplayer.scm;fp=mudsync%2Fplayer.scm;h=a07c141fd080456615777b21ae85407df0acd937;hp=172b81072b4e85e98fcf8536f91be5a9a1dccae3;hb=cd40c01c4ac301e7d991e4df4d17d2c693d11d05;hpb=06874e6aff593e00d587ad756fe781cb980e143b diff --git a/mudsync/player.scm b/mudsync/player.scm index 172b810..a07c141 100644 --- a/mudsync/player.scm +++ b/mudsync/player.scm @@ -89,7 +89,7 @@ (match winner ((cmd-action winner-id message-args) - (apply send-message player winner-id cmd-action message-args)) + (apply <- player winner-id cmd-action message-args)) (#f (<- player (gameobj-gm player) 'write-home #:text "Huh?\n"))))