mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
bug fix
This commit is contained in:
parent
7d21296d63
commit
553e6caf36
20 changed files with 441 additions and 61 deletions
4
dist/ba_root/mods/custom_hooks.py
vendored
4
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -41,7 +41,7 @@ from spazmod import modifyspaz
|
|||
from stats import mystats
|
||||
from tools import account
|
||||
from tools import notification_manager
|
||||
from tools import servercheck, ServerUpdate, logger, playlist, servercontroller
|
||||
from tools import servercheck, server_update, logger, playlist, servercontroller
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Any
|
||||
|
|
@ -63,7 +63,7 @@ class modSetup(babase.Plugin):
|
|||
plus = bui.app.plus
|
||||
bootstraping()
|
||||
servercheck.checkserver().start()
|
||||
ServerUpdate.check()
|
||||
server_update.check()
|
||||
# bs.apptimer(5, account.updateOwnerIps)
|
||||
if settings["afk_remover"]['enable']:
|
||||
afk_check.checkIdle().start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue