mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
ignore server in roster
This commit is contained in:
parent
1b7c18e4d4
commit
1661765fbd
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/privateserver.py
vendored
2
dist/ba_root/mods/privateserver.py
vendored
|
|
@ -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+")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue