From 4a04a3a76d9cc764251fe2f2eecbd224ec57f601 Mon Sep 17 00:00:00 2001 From: homeofpoe <1144217+homeofpoe@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:28:58 -0700 Subject: [PATCH] Update admin.py --- evennia/commands/default/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/admin.py b/evennia/commands/default/admin.py index 78948cb35b..987722cbb2 100644 --- a/evennia/commands/default/admin.py +++ b/evennia/commands/default/admin.py @@ -481,7 +481,7 @@ class CmdPerm(COMMAND_DEFAULT_CLASS): locktype = "edit" if accountmode else "control" if not obj.access(caller, locktype): accountstr = 'account' if accountmode else 'object' - caller.msg(f"You are not allowed to edit this {accountmode}'s permissions.") + caller.msg(f"You are not allowed to edit this {accountstr}'s permissions.") return caller_result = []