From 5b9d1025df991e96148eeefe5fb9653e033e7f82 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 21 Jan 2017 20:01:27 -0600 Subject: [PATCH] removing pks --- mudsync/gameobj.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.31.1