mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fix typo in perm
This commit is contained in:
parent
86dd95def3
commit
2119a817ad
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.")
|
||||
return
|
||||
|
||||
string = f"Permissions on |{obj.key}|n: "
|
||||
string = f"Permissions on |w{obj.key}|n: "
|
||||
if not obj.permissions.all():
|
||||
string += "<None>"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue