diff --git a/dist/ba_root/mods/custom_hooks.py b/dist/ba_root/mods/custom_hooks.py index f614a8a..76ed7a6 100644 --- a/dist/ba_root/mods/custom_hooks.py +++ b/dist/ba_root/mods/custom_hooks.py @@ -131,6 +131,8 @@ def bootstraping(): from features import StumbledScoreScreen if settings["colorfullMap"]: from plugins import colorfulmaps2 + if settings['backflip']['enable']: + from plugins import Backflip try: pass # from tools import healthcheck