From 9246ce684f97347dc731df40884ab41cd030503b Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 15 Jan 2009 05:05:39 +0000 Subject: [PATCH] Fix double emitting on exit traversal. --- src/cmdhandler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cmdhandler.py b/src/cmdhandler.py index b213089d11..984fe1b891 100755 --- a/src/cmdhandler.py +++ b/src/cmdhandler.py @@ -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.