Fixed dummyrunner bug, seems to be working correctly now.
This commit is contained in:
parent
8d473b7663
commit
cf2b83ef0a
2 changed files with 7 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue