mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Update custom_hooks.py
This commit is contained in:
parent
68800a1877
commit
af7fb5a586
1 changed files with 3 additions and 2 deletions
5
dist/ba_root/mods/custom_hooks.py
vendored
5
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -123,8 +123,9 @@ def bootstraping():
|
|||
if settings["colorfullMap"]:
|
||||
from plugins import colorfulmaps2
|
||||
try:
|
||||
from tools import healthcheck
|
||||
healthcheck.main()
|
||||
pass
|
||||
# from tools import healthcheck
|
||||
# healthcheck.main() spamming logs , will increase log interval later
|
||||
except Exception as e:
|
||||
print(e)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue