fix typo in perm

This commit is contained in:
InspectorCaracal 2023-01-06 11:57:09 -07:00 committed by GitHub
parent eb954d5811
commit a84de64e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: