X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgameobj.scm;h=370ba47d2d67ecb104a9d37d0950a85dd6b81fa2;hp=44602dfb5463d5dfe5c4e0cd4d655b88c8e8b0c9;hb=6f7c1d4f9a2043c16f83facef6b3216e45e14f40;hpb=ed1ef3172af4c2621e2b746824b7defa6f0dcedd diff --git a/mudsync/gameobj.scm b/mudsync/gameobj.scm index 44602df..370ba47 100644 --- a/mudsync/gameobj.scm +++ b/mudsync/gameobj.scm @@ -225,7 +225,7 @@ Assists in its replacement of occupants if necessary and nothing else." ;; A list of addresses... since our address object is (annoyingly) ;; currently a simple cons cell... ((exclude-1 ... exclude-rest) - (pk 'failboat (member occupant (pk 'exclude-lst exclude)))) + (member occupant exclude)) ;; Must be an individual address! (_ (equal? occupant exclude)))) (if exclude-it?