Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.

This commit is contained in:
Griatch 2014-07-06 13:10:03 +02:00
parent 680e603c4d
commit e6950aadf2
10 changed files with 125 additions and 144 deletions

View file

@ -141,7 +141,6 @@ class CmdClimb(Command):
obj = self.caller.search(self.args.strip())
if not obj:
return
print "obj", "self.obj", obj, self
if obj != self.obj:
self.caller.msg("Try as you might, you cannot climb that.")
return