mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +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"]:
|
if settings["colorfullMap"]:
|
||||||
from plugins import colorfulmaps2
|
from plugins import colorfulmaps2
|
||||||
try:
|
try:
|
||||||
from tools import healthcheck
|
pass
|
||||||
healthcheck.main()
|
# from tools import healthcheck
|
||||||
|
# healthcheck.main() spamming logs , will increase log interval later
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue