From: Jeremy Stanley Date: Wed, 30 Sep 2020 18:07:46 +0000 (+0000) Subject: Streamline can_run access control method X-Git-Tag: 0.3.0~12 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=c7ee3d6c896f1534d8da46e973700a26b9feb706;hp=c7ee3d6c896f1534d8da46e973700a26b9feb706 Streamline can_run access control method Minor rework of can_run() to replace the chain of elifs with simple short-circuiting conditions each with its own return() so that it's clearer this operates in a "first match" model. ---