ignore server in roster

This commit is contained in:
Ayush Saini 2021-03-29 03:53:32 +05:30
parent 1b7c18e4d4
commit 1661765fbd

View file

@ -136,7 +136,7 @@ class private(ba.Plugin):
try: try:
gg=_ba.get_game_roster() gg=_ba.get_game_roster()
for clt in gg: for clt in gg:
if clt['account_id'] in whitelist and clt['account_id']!='': if clt['account_id'] in whitelist and clt['account_id']!='' or clt['client_id']==-1:
pass pass
else: else:
f=open("loggs.txt","a+") f=open("loggs.txt","a+")