Merge pull request #3068 from InspectorCaracal/patch-5

Typo correction in CmdPerm
This commit is contained in:
Griatch 2023-01-06 20:44:21 +01:00 committed by GitHub
commit 98f04fc468

View file

@ -464,7 +464,7 @@ class CmdPerm(COMMAND_DEFAULT_CLASS):
caller.msg("You are not allowed to examine this object.")
return
string = f"Permissions on |{obj.key}|n: "
string = f"Permissions on |w{obj.key}|n: "
if not obj.permissions.all():
string += "<None>"
else: