X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Fplayer.scm;h=3fb0136d0a59b47db234cbafe5bab7bb65a3105e;hb=f2f19acbf45886ca9d66a687f98ae9f6d2bd25f6;hp=00b28edde4cbeab67239e2266dd462d06469c9d6;hpb=d539213774955a5593ec760f06022aeecf4e1abc;p=mudsync.git diff --git a/mudsync/player.scm b/mudsync/player.scm index 00b28ed..3fb0136 100644 --- a/mudsync/player.scm +++ b/mudsync/player.scm @@ -50,13 +50,11 @@ (define-class () (username #:init-keyword #:username - #:accessor player-username) - ;; Connection id - (client #:accessor player-client) + #:getter player-username) (self-commands #:init-value '() - #:accessor player-self-commands) + #:getter player-self-commands) (message-handler #:init-value