mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
added StumbledScoreScreen
This commit is contained in:
parent
72beb899c2
commit
645b41d9a4
3 changed files with 3 additions and 0 deletions
2
dist/ba_root/mods/custom_hooks.py
vendored
2
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -95,6 +95,8 @@ def bootstraping():
|
|||
if settings["custom_characters"]["enable"]:
|
||||
from plugins import importcustomcharacters
|
||||
importcustomcharacters.enable()
|
||||
if settings["StumbledScoreScreen"]:
|
||||
from features import StumbledScoreScreen
|
||||
|
||||
# import features
|
||||
if settings["whitelist"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue