mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Distributed global files and imports.
This commit is contained in:
parent
f0eff0cb83
commit
837af6666b
4 changed files with 2 additions and 2 deletions
2
dist/ba_root/mods/custom_hooks.py
vendored
2
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -84,7 +84,7 @@ def bootstraping():
|
|||
from plugins import color_explosion
|
||||
color_explosion.enable()
|
||||
if settings["ballistica_web"]["enable"]:
|
||||
import bcs_plugin
|
||||
from plugins import bcs_plugin
|
||||
bcs_plugin.enable()
|
||||
|
||||
# import features
|
||||
|
|
|
|||
2
dist/ba_root/mods/playersData/pdata.py
vendored
2
dist/ba_root/mods/playersData/pdata.py
vendored
|
|
@ -11,7 +11,7 @@ import os
|
|||
import _thread
|
||||
|
||||
from serverData import serverdata
|
||||
from file_handle import OpenJson
|
||||
from tools.file_handle import OpenJson
|
||||
import _ba # pylint: disable=import-error
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue