Fixed dummyrunner bug, seems to be working correctly now.

This commit is contained in:
Griatch 2015-01-10 20:45:04 +01:00
parent 8d473b7663
commit cf2b83ef0a
2 changed files with 7 additions and 8 deletions

View file

@ -104,8 +104,8 @@ def c_login(client):
cmds = ('create %s %s' % (cname, cpwd),
'connect %s %s' % (cname, cpwd),
'@dig %s' % START_ROOM % client.cid,
'@teleport %s' % START_ROOM % client.cid,
'@dig %s' % START_ROOM % client.gid,
'@teleport %s' % START_ROOM % client.gid,
'@dig %s = %s, %s' % (roomname, exitname1, exitname2)
)
return cmds