mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Some fixes
This commit is contained in:
parent
0cb7862a4d
commit
ff982c8a66
20 changed files with 17 additions and 7 deletions
7
dist/ba_root/mods/changelogs.txt
vendored
Normal file
7
dist/ba_root/mods/changelogs.txt
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Renamed Folder names by Constant Style
|
||||
|
||||
__Date__ = 19 Apr
|
||||
|
||||
// Fixed coordinates of textonmap
|
||||
// Added ChatLogs ServerData
|
||||
// some basic bug fixed
|
||||
|
|
@ -1,11 +1,14 @@
|
|||
# Released under the MIT License. See LICENSE for details.
|
||||
|
||||
from .Handlers import clientid_to_accountid, cheak_permissions
|
||||
|
||||
from .Objects import NormalCommands
|
||||
from .Objects import Management
|
||||
from .Objects import Fun
|
||||
from .Objects import Cheats
|
||||
|
||||
from .Handlers import clientid_to_accountid
|
||||
from .Handlers import cheak_permissions
|
||||
|
||||
import ba, _ba
|
||||
import setting
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from .Handlers import handlemsg, handlemsg_all
|
||||
from PlayersData import pdata
|
||||
from tools.whitelist import add_to_white_list, add_commit_to_logs
|
||||
from Tools.whitelist import add_to_white_list, add_commit_to_logs
|
||||
|
||||
import ba, _ba, time, setting
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
dist/ba_root/mods/custom_hooks.py
vendored
4
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -1,7 +1,7 @@
|
|||
from ChatHandle import HandleChat
|
||||
|
||||
def filter_chat_message(msg,client_id):
|
||||
return HandleChat.filter_chat_message(msg,client_id)
|
||||
def filter_chat_message(msg, client_id):
|
||||
return HandleChat.filter_chat_message(msg, client_id)
|
||||
|
||||
|
||||
def on_app_launch():
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
4
dist/ba_root/mods/spazmod/modifyspaz.py
vendored
4
dist/ba_root/mods/spazmod/modifyspaz.py
vendored
|
|
@ -1,5 +1,5 @@
|
|||
from spazmod import tag
|
||||
from spazmod import effects
|
||||
from SpazMod import tag
|
||||
from SpazMod import effects
|
||||
import setting
|
||||
|
||||
# all activites related to modify spaz by any how will be here
|
||||
|
|
|
|||
2
dist/ba_root/mods/spazmod/tag.py
vendored
2
dist/ba_root/mods/spazmod/tag.py
vendored
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
from playersData import pdata
|
||||
from PlayersData import pdata
|
||||
import ba
|
||||
def addtag(node,player):
|
||||
session_player=player.sessionplayer
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue