Added option to enable/disable ballistica web.

This commit is contained in:
pranav-1711 2022-03-04 18:32:57 +05:30
parent 34b17b8ee2
commit e381ec853c
3 changed files with 7 additions and 3 deletions

View file

@ -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"]: