Fix double emitting on exit traversal.
This commit is contained in:
parent
156e409bda
commit
9246ce684f
1 changed files with 0 additions and 2 deletions
|
|
@ -163,8 +163,6 @@ def match_exits(command):
|
||||||
command.session.msg("You can't traverse that exit.")
|
command.session.msg("You can't traverse that exit.")
|
||||||
else:
|
else:
|
||||||
pobject.move_to(targ_exit.get_home())
|
pobject.move_to(targ_exit.get_home())
|
||||||
# Force the player to 'look' to see the description.
|
|
||||||
command.session.execute_cmd("look")
|
|
||||||
else:
|
else:
|
||||||
command.session.msg("That exit leads to nowhere.")
|
command.session.msg("That exit leads to nowhere.")
|
||||||
# We found a match, kill the command handler.
|
# We found a match, kill the command handler.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue