mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-07 17:36:15 +00:00
added idle player remover
This commit is contained in:
parent
a2bf7e4912
commit
d06bee0be0
4 changed files with 56 additions and 0 deletions
3
dist/ba_root/mods/custom_hooks.py
vendored
3
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -21,6 +21,7 @@ from bastd.activity.coopscore import CoopScoreScreen
|
|||
from ba import _hooks
|
||||
from tools import Logger
|
||||
from playersData import pdata
|
||||
from tools import afk_check
|
||||
# from bastd.activity.multiteamvictory import
|
||||
# from tools import fireflies
|
||||
settings = setting.get_settings_data()
|
||||
|
|
@ -34,6 +35,8 @@ def on_app_launch():
|
|||
bootstraping()
|
||||
servercheck.checkserver().start()
|
||||
ServerUpdate.check()
|
||||
if settings["afk_remover"]['enable']:
|
||||
afk_check.checkIdle().start()
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue