X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=mudpy%2Fcommand.py;h=d1860534517ee3c72e6bcd99062553d26bd198e2;hb=f74875e196c063100da6081c11d05f817e49ed60;hp=5ee7ce8833edc086d7dae0aac77c4e91f97f0f03;hpb=d1362ea83d4d7eae9dd786109c02224928b2bf01;p=mudpy.git diff --git a/mudpy/command.py b/mudpy/command.py index 5ee7ce8..d186053 100644 --- a/mudpy/command.py +++ b/mudpy/command.py @@ -305,7 +305,7 @@ def move(actor, parameters): actor.universe.contents[actor.get("location")].portals()): if portal.startswith(parameters): actor.move_direction(portal) - return(portal) + return portal actor.send("You cannot go that way.") return True