mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 15:30:16 +02:00
mistake
forgot to change one instance of groupname to groupid
This commit is contained in:
parent
c81b676553
commit
f0527a5479
@ -109,7 +109,7 @@ class Teamspeak3Manager:
|
||||
server_groups = Teamspeak3Manager._group_list()
|
||||
user_groups = Teamspeak3Manager._user_group_list(uid)
|
||||
|
||||
if groupname in user_groups:
|
||||
if groupid in user_groups:
|
||||
server.send_command('servergroupdelclient',
|
||||
{'sgid': groupid, 'cldbid': uid})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user