The guest account creator used the wrong number of arguments to create the bot account. Resolves #703.

This commit is contained in:
Griatch 2015-03-12 07:22:20 +01:00
parent 50d2ebf4c7
commit ae493a754d

View file

@ -130,7 +130,7 @@ class CmdUnconnectedConnect(MuxCommand):
typeclass = settings.BASE_CHARACTER_TYPECLASS
ptypeclass = settings.BASE_GUEST_TYPECLASS
new_player = _create_player(session, playername, password,
home, permissions, ptypeclass)
permissions, ptypeclass)
if new_player:
_create_character(session, new_player, typeclass,
home, permissions)