mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Changed the @find pperm lock to perm, since the player will be checked automatically anyway and this works better with @quell.
This commit is contained in:
parent
340f68f1eb
commit
aa1fcfe6e1
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
builders.
|
||||
|
||||
"""
|
||||
if self.locks.check_lockstring(looker, "pperm(Builders)"):
|
||||
if self.locks.check_lockstring(looker, "perm(Builders)"):
|
||||
return "{}(#{})".format(self.name, self.id)
|
||||
return self.name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue