X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgame-master.scm;h=05de6697c7db54c4c6221d0afc225caff1f2df78;hp=89fbaf6c8ca157f52bdca02ef5389306c94abf88;hb=ccbe2f18eb338a77b9a1986a3a36c7c9af07389c;hpb=902b52f87ea65d6a52cb84afee32ad20d89b2bc3 diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index 89fbaf6..05de669 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -193,7 +193,6 @@ (define (make-default-room-conn-handler default-room) "Make a handler for a GM that dumps people in a default room with an anonymous persona" - (display "right before breakage?\n") (let ((count 0)) (lambda (gm client-id) (set! count (+ count 1)) @@ -207,7 +206,6 @@ with an anonymous persona" #:name guest-name #:gm (actor-id gm) #:client client-id))) - (display "Are we broke yet?\n") ;; Register the player in our database of players -> connections (gm-register-client! gm client-id player) ;; Dump the player into the default room