X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fplayer.scm;h=3fb0136d0a59b47db234cbafe5bab7bb65a3105e;hp=00b28edde4cbeab67239e2266dd462d06469c9d6;hb=7248fd4470039dab59a8e3a95829952e91c0fd19;hpb=d539213774955a5593ec760f06022aeecf4e1abc 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