mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 15:56:30 +01:00
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.")
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue