From: Jeremy Stanley Date: Wed, 7 Oct 2020 15:54:20 +0000 (+0000) Subject: Recast is_restricted() to a bool X-Git-Tag: 0.3.0^0 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=3b59b8a74388427be4e06d0dad558d597ee34ef4;hp=3b59b8a74388427be4e06d0dad558d597ee34ef4;p=mudpy.git Recast is_restricted() to a bool When returning from the is_restricted function, just coerce the lookups to a boolean type rather than forcing False defaults for each facet. ---