diff --git a/evennia/commands/default/player.py b/evennia/commands/default/player.py index bb5b9f88eb..1cae20279b 100644 --- a/evennia/commands/default/player.py +++ b/evennia/commands/default/player.py @@ -292,7 +292,6 @@ class CmdOOC(MuxPlayerCommand): """ key = "@ooc" - # lock must be all(), for different puppeted objects to access it. locks = "cmd:pperm(Players)" aliases = "@unpuppet" help_category = "General"