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:
Griatch 2016-03-23 00:44:18 +01:00
parent 340f68f1eb
commit aa1fcfe6e1

View file

@ -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