Fixing exit traversal. Was trying to be too careful for my own good in the command handler.

This commit is contained in:
Greg Taylor 2007-05-23 01:49:19 +00:00
parent 928a5a29d6
commit 8335f8b80f
3 changed files with 0 additions and 4 deletions

View file

@ -351,7 +351,6 @@ def cmd_open(cdat):
session.msg("You can't open an exit to an exit!")
return
print exit_name
odat = {"name": exit_name, "type": 4, "location": pobject.get_location(), "owner": pobject, "home":destination}
new_object = functions_db.create_object(odat)