mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix bug with creating TS3 groups
This commit is contained in:
@@ -166,7 +166,7 @@ class TS3Service(BaseService):
|
|||||||
del usrgrplist[character.corporation.name]
|
del usrgrplist[character.corporation.name]
|
||||||
else:
|
else:
|
||||||
if not character.corporation.name in tsgrplist:
|
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 })
|
self.conn.send_command('servergroupaddclient', {'sgid': tsgrplist[character.corporation.name], 'cldbid': cldbid })
|
||||||
|
|
||||||
# Remove OKed groups from the delete list
|
# Remove OKed groups from the delete list
|
||||||
|
|||||||
Reference in New Issue
Block a user