Merge pull request #3068 from InspectorCaracal/patch-5
Typo correction in CmdPerm
This commit is contained in:
commit
98f04fc468
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ class CmdPerm(COMMAND_DEFAULT_CLASS):
|
||||||
caller.msg("You are not allowed to examine this object.")
|
caller.msg("You are not allowed to examine this object.")
|
||||||
return
|
return
|
||||||
|
|
||||||
string = f"Permissions on |{obj.key}|n: "
|
string = f"Permissions on |w{obj.key}|n: "
|
||||||
if not obj.permissions.all():
|
if not obj.permissions.all():
|
||||||
string += "<None>"
|
string += "<None>"
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue