X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fcommand.py;h=d1860534517ee3c72e6bcd99062553d26bd198e2;hp=5ee7ce8833edc086d7dae0aac77c4e91f97f0f03;hb=3f200ce7ae627a036203c4d65502d96fe941fbb7;hpb=d1362ea83d4d7eae9dd786109c02224928b2bf01 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