mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
Added option to enable/disable ballistica web.
This commit is contained in:
parent
34b17b8ee2
commit
e381ec853c
3 changed files with 7 additions and 3 deletions
3
dist/ba_root/mods/custom_hooks.py
vendored
3
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -80,6 +80,9 @@ def bootstraping():
|
|||
elPatronPowerups.enable()
|
||||
if settings["mikirogQuickTurn"]["enable"]:
|
||||
from plugins import wavedash # pylint: disable=unused-import
|
||||
if settings["ballistica_web"]["enable"]:
|
||||
import bcs_plugin
|
||||
bcs_plugin.enable()
|
||||
|
||||
# import features
|
||||
if settings["whitelist"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue