mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
mods fix
This commit is contained in:
parent
463c3f9928
commit
4cebf909e3
9 changed files with 35 additions and 34 deletions
3
dist/ba_root/mods/custom_hooks.py
vendored
3
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -17,6 +17,7 @@ import time
|
|||
from datetime import datetime
|
||||
|
||||
import _babase
|
||||
import _bascenev1
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
import babase
|
||||
|
|
@ -64,7 +65,7 @@ class modSetup(babase.Plugin):
|
|||
bootstraping()
|
||||
servercheck.checkserver().start()
|
||||
ServerUpdate.check()
|
||||
bs.apptimer(5, account.updateOwnerIps)
|
||||
bs.AppTimer(5, account.updateOwnerIps)
|
||||
if settings["afk_remover"]['enable']:
|
||||
afk_check.checkIdle().start()
|
||||
if (settings["useV2Account"]):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue