Fix double emitting on exit traversal.

This commit is contained in:
Greg Taylor 2009-01-15 05:05:39 +00:00
parent 156e409bda
commit 9246ce684f

View file

@ -163,8 +163,6 @@ def match_exits(command):
command.session.msg("You can't traverse that exit.")
else:
pobject.move_to(targ_exit.get_home())
# Force the player to 'look' to see the description.
command.session.execute_cmd("look")
else:
command.session.msg("That exit leads to nowhere.")
# We found a match, kill the command handler.