mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
parent
8eb0a0a9ad
commit
29b8f258f7
2 changed files with 3 additions and 745 deletions
6
dist/ba_root/mods/custom_hooks.py
vendored
6
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -63,12 +63,12 @@ def bootstraping():
|
|||
_ba.set_transparent_kickvote(settings["ShowKickVoteStarterName"])
|
||||
_ba.set_kickvote_msg_type(settings["KickVoteMsgType"])
|
||||
_thread.start_new_thread(mystats.refreshStats,())
|
||||
if settings["plugins"]["elPatronPowerups"]["enable"]:
|
||||
if settings["elPatronPowerups"]["enable"]:
|
||||
from plugins import elPatronPowerups
|
||||
elPatronPowerups.enable()
|
||||
if settings["plugins"]["mikirogQuickTurn"]["enable"]:
|
||||
if settings["mikirogQuickTurn"]["enable"]:
|
||||
from plugins import wavedash
|
||||
if settings["plugins"]["characterChooser"]["enable"]:
|
||||
if settings["characterChooser"]["enable"]:
|
||||
from plugins import CharacterChooser
|
||||
|
||||
if settings["whitelist"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue