Merge branch 'CmdDesc_edit_not_force_access_restrictions' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-CmdDesc_edit_not_force_access_restrictions

This commit is contained in:
Griatch 2021-07-26 22:24:09 +02:00
commit d8720b1151

View file

@ -652,6 +652,7 @@ class CmdDesc(COMMAND_DEFAULT_CLASS):
if not (obj.access(self.caller, "control") or obj.access(self.caller, "edit")):
self.caller.msg("You don't have permission to edit the description of %s." % obj.key)
return
self.caller.db.evmenu_target = obj
# launch the editor