Fixed a bug in the @link command.

This commit is contained in:
Griatch 2012-06-28 22:50:53 +02:00
parent f54e6b22c1
commit dff64215a2

View file

@ -844,7 +844,7 @@ class CmdLink(MuxCommand):
if dest:
string = "%s is an exit to %s." % (obj.name, dest.name)
else:
string = "%s is not an exit. Its home location is %s." % obj.home
string = "%s is not an exit. Its home location is %s." % (obj.name, obj.home)
else:
# We gave the command @link 'obj = ' which means we want to