Some fixes

This commit is contained in:
snowman1711 2021-04-20 20:35:12 +05:30
parent 0cb7862a4d
commit ff982c8a66
20 changed files with 17 additions and 7 deletions

7
dist/ba_root/mods/changelogs.txt vendored Normal file
View 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

View file

@ -1,11 +1,14 @@
# Released under the MIT License. See LICENSE for details. # Released under the MIT License. See LICENSE for details.
from .Handlers import clientid_to_accountid, cheak_permissions
from .Objects import NormalCommands from .Objects import NormalCommands
from .Objects import Management from .Objects import Management
from .Objects import Fun from .Objects import Fun
from .Objects import Cheats from .Objects import Cheats
from .Handlers import clientid_to_accountid
from .Handlers import cheak_permissions
import ba, _ba import ba, _ba
import setting import setting

View file

@ -1,6 +1,6 @@
from .Handlers import handlemsg, handlemsg_all from .Handlers import handlemsg, handlemsg_all
from PlayersData import pdata 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 import ba, _ba, time, setting

View file

@ -1,7 +1,7 @@
from ChatHandle import HandleChat from ChatHandle import HandleChat
def filter_chat_message(msg,client_id): def filter_chat_message(msg, client_id):
return HandleChat.filter_chat_message(msg,client_id) return HandleChat.filter_chat_message(msg, client_id)
def on_app_launch(): def on_app_launch():

View file

@ -1,5 +1,5 @@
from spazmod import tag from SpazMod import tag
from spazmod import effects from SpazMod import effects
import setting import setting
# all activites related to modify spaz by any how will be here # all activites related to modify spaz by any how will be here

View file

@ -1,5 +1,5 @@
from playersData import pdata from PlayersData import pdata
import ba import ba
def addtag(node,player): def addtag(node,player):
session_player=player.sessionplayer session_player=player.sessionplayer