mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
This commit is contained in:
parent
680e603c4d
commit
e6950aadf2
10 changed files with 125 additions and 144 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue