Fix bug with creating TS3 groups

This commit is contained in:
2011-01-04 08:22:13 +00:00
parent d2a905e0c5
commit 43cc7d56ca

View File

@@ -166,7 +166,7 @@ class TS3Service(BaseService):
del usrgrplist[character.corporation.name]
else:
if not character.corporation.name in tsgrplist:
tsgrplist[g.name] = self._create_group(character.corporation.name)
tsgrplist[character.corporation.name] = self._create_group(character.corporation.name)
self.conn.send_command('servergroupaddclient', {'sgid': tsgrplist[character.corporation.name], 'cldbid': cldbid })
# Remove OKed groups from the delete list