From ff982c8a6653c9d6db8fc3e6b8991de84c820b4b Mon Sep 17 00:00:00 2001 From: snowman1711 Date: Tue, 20 Apr 2021 20:35:12 +0530 Subject: [PATCH] Some fixes --- dist/ba_root/mods/changelogs.txt | 7 +++++++ .../mods/chatHandle/ChatCommands/Main.py | 5 ++++- .../ChatCommands/Objects/Management.py | 2 +- .../NormalCommands.cpython-38.opt-1.pyc | Bin 1818 -> 1818 bytes .../__pycache__/cheats.cpython-38.opt-1.pyc | Bin 4675 -> 4675 bytes .../__pycache__/fun.cpython-38.opt-1.pyc | Bin 3115 -> 3115 bytes .../__pycache__/handlers.cpython-38.opt-1.pyc | Bin 1305 -> 1305 bytes .../management.cpython-38.opt-1.pyc | Bin 6692 -> 6692 bytes .../__pycache__/Main.cpython-38.opt-1.pyc | Bin 1442 -> 1454 bytes .../__pycache__/__init__.cpython-38.opt-1.pyc | Bin 375 -> 375 bytes .../__pycache__/handlers.cpython-38.opt-1.pyc | Bin 904 -> 890 bytes .../__pycache__/__init__.cpython-38.opt-1.pyc | Bin 362 -> 362 bytes .../handlechat.cpython-38.opt-1.pyc | Bin 446 -> 446 bytes dist/ba_root/mods/custom_hooks.py | 4 ++-- .../__pycache__/__init__.cpython-38.opt-1.pyc | Bin 381 -> 381 bytes .../__pycache__/pdata.cpython-38.opt-1.pyc | Bin 3314 -> 3314 bytes dist/ba_root/mods/spazmod/modifyspaz.py | 4 ++-- dist/ba_root/mods/spazmod/tag.py | 2 +- .../__pycache__/__init__.cpython-38.opt-1.pyc | Bin 498 -> 498 bytes .../whitelist.cpython-38.opt-1.pyc | Bin 3605 -> 3605 bytes 20 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 dist/ba_root/mods/changelogs.txt diff --git a/dist/ba_root/mods/changelogs.txt b/dist/ba_root/mods/changelogs.txt new file mode 100644 index 0000000..304952b --- /dev/null +++ b/dist/ba_root/mods/changelogs.txt @@ -0,0 +1,7 @@ +Renamed Folder names by Constant Style + +__Date__ = 19 Apr + +// Fixed coordinates of textonmap +// Added ChatLogs ServerData +// some basic bug fixed \ No newline at end of file diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/Main.py b/dist/ba_root/mods/chatHandle/ChatCommands/Main.py index 660b431..c3a96c8 100644 --- a/dist/ba_root/mods/chatHandle/ChatCommands/Main.py +++ b/dist/ba_root/mods/chatHandle/ChatCommands/Main.py @@ -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 diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/Objects/Management.py b/dist/ba_root/mods/chatHandle/ChatCommands/Objects/Management.py index 83b65b2..ba6e7ea 100644 --- a/dist/ba_root/mods/chatHandle/ChatCommands/Objects/Management.py +++ b/dist/ba_root/mods/chatHandle/ChatCommands/Objects/Management.py @@ -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 diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/Objects/__pycache__/NormalCommands.cpython-38.opt-1.pyc b/dist/ba_root/mods/chatHandle/ChatCommands/Objects/__pycache__/NormalCommands.cpython-38.opt-1.pyc index e194f925add03559ef70b933ef7b4b0e183f3305..91f97f045f23637f55cf31ca4d6404c32c35996c 100644 GIT binary patch delta 20 acmbQmH;a!ul$V!_0SLZ0)@PefmI4BB0iauU!U>YW=nonCMGV%$qs^F Q_(eEGIK((~fg~6L0K1nYn*aa+ delta 123 zcmX@Ca#)2ol$V!_0SGP#RVS?9$h(}KF=6sPHqFiV*rOR4i#A(v{$^xs+ib=y&B(YB zC~PefmI4BB0iauU!U>$W=nonCZ?YZlN|)V Q@C$MXafone14%Fh0F#>}&j0`b diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/Objects/__pycache__/fun.cpython-38.opt-1.pyc b/dist/ba_root/mods/chatHandle/ChatCommands/Objects/__pycache__/fun.cpython-38.opt-1.pyc index 553929f07937b8dd8133a5e867f4c563110b4b55..551074dbab75c3efb552fb4ed3a8e345e5b5381d 100644 GIT binary patch delta 20 acmZ22v08#Vl$V!_0SLZ0)@ diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/Objects/__pycache__/handlers.cpython-38.opt-1.pyc b/dist/ba_root/mods/chatHandle/ChatCommands/Objects/__pycache__/handlers.cpython-38.opt-1.pyc index 4aa29685010b3262a97d235cfc10bddacdb719da..49fefad1d941256e31d23f460c1e7e7fc2c6899d 100644 GIT binary patch delta 20 acmbQqHIs`wl$V!_0SLZ0)@t@lt^-g2 diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/Objects/__pycache__/management.cpython-38.opt-1.pyc b/dist/ba_root/mods/chatHandle/ChatCommands/Objects/__pycache__/management.cpython-38.opt-1.pyc index 61b3cd2f9378bfea5a8dfae99343b441ce91405e..682a5fdafbb5311505f886b6bf56f99cbec00bbc 100644 GIT binary patch delta 27 hcmZ2tvc!Ztl$V!_0SLZ0)@T~%quC*2mn<;1(E;& diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/__pycache__/Main.cpython-38.opt-1.pyc b/dist/ba_root/mods/chatHandle/ChatCommands/__pycache__/Main.cpython-38.opt-1.pyc index 1447b70b99d068aafa48fca1cc86efe9ce474ce9..56139914be86ec51d95706ddb4de0ad655627767 100644 GIT binary patch delta 382 zcmZ3)y^fnVl$V!_0SLZ0)+C&q$SYf40_3DHq%h_%n9Z8Qn#&f&24=GX+3Zp5KsI{{M-E362bkuJ;sn!NQCumUDO@cKQQRrq zDLg=$Cxs)JL6i3-Bhc!JXAN~V8E=Uu=VYelm1L&Gm*mGMCMV~Yf;d14!Q_n8#O(Nj z)S}$X;^NHwyorBb^RWOm7O?^eKTWnGrpezJ<+zzaLJ;xE@=QsLLYteIW-_utMHE?# zb=g2F_&@{`kci@Otw>JIan8@pP0ULvVh4#Mo6*RU%cwW`J&Un=6uW;?R%&udF<2k6 oBA}jI93DXJIjKd(lRa4-q(Rmd3jqlpMlfUol1u`O9IPBN06m&gYXATM delta 371 zcmYj~ze>e06vmr0ZFBqQS_cO~odhWt2e~gGh~T8d#U)GaO$t_%R+o26k zaaonybytbJYx08g=Gqj)DnBoa%lxWrRi$;+)Ozu{*HiR0_F=FMK#nuNB~N%O@=UUf z`wY*~%Eu#qM*d$iA=6!KI>tr_2#XJIcqtDWrHWd#uF3!JcpwT*`foDb8R!vo$g>{dM!EQ;-zJ%ZpP)J-YD=CJ0YS diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/__pycache__/__init__.cpython-38.opt-1.pyc b/dist/ba_root/mods/chatHandle/ChatCommands/__pycache__/__init__.cpython-38.opt-1.pyc index 29491a4db7f8bcfaf1eddee901da19e3205a1554..e832d5cb3c50c04eee0aac6f0037c8d95cf1083a 100644 GIT binary patch delta 20 acmey)^qq-2l$V!_0SLZ0)@03 diff --git a/dist/ba_root/mods/chatHandle/__pycache__/handlechat.cpython-38.opt-1.pyc b/dist/ba_root/mods/chatHandle/__pycache__/handlechat.cpython-38.opt-1.pyc index 260e53b29325904cb39d19b64b75be561dd0e6a9..ceb3e538ba61515232fee6bf2aa1ad661ac9fd33 100644 GIT binary patch delta 20 acmdnTypNeXl$V!_0SLZ0)@I0ZWZ delta 20 acmey%^p}Y{l$V!_0SK<7Rc+)hVgvv?$OUEq diff --git a/dist/ba_root/mods/playersData/__pycache__/pdata.cpython-38.opt-1.pyc b/dist/ba_root/mods/playersData/__pycache__/pdata.cpython-38.opt-1.pyc index 8d353a449e01ceee042c8d7d80eb317e536f70c6..7c62e31b8a28dbc49ea973ecf01f1914687ca28c 100644 GIT binary patch delta 20 acmew)`AL#Hl$V!_0SMfWS8wEg&I15E#|6^> delta 20 acmew)`AL#Hl$V!_0SK<9Rc+*c&I15GUIqUE diff --git a/dist/ba_root/mods/spazmod/modifyspaz.py b/dist/ba_root/mods/spazmod/modifyspaz.py index c94fecf..02c47d0 100644 --- a/dist/ba_root/mods/spazmod/modifyspaz.py +++ b/dist/ba_root/mods/spazmod/modifyspaz.py @@ -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 diff --git a/dist/ba_root/mods/spazmod/tag.py b/dist/ba_root/mods/spazmod/tag.py index de43e1f..eb24e88 100644 --- a/dist/ba_root/mods/spazmod/tag.py +++ b/dist/ba_root/mods/spazmod/tag.py @@ -1,5 +1,5 @@ -from playersData import pdata +from PlayersData import pdata import ba def addtag(node,player): session_player=player.sessionplayer diff --git a/dist/ba_root/mods/tools/__pycache__/__init__.cpython-38.opt-1.pyc b/dist/ba_root/mods/tools/__pycache__/__init__.cpython-38.opt-1.pyc index ee9737fda68df01081708feea0d0a9b753d1a4cd..43ef179791173ba3d9177caf294a3f607c8678e7 100644 GIT binary patch delta 26 gcmeyw{E3-6l$V!_0SMfWS8wF5XJibS+|8H{0A36S4*&oF delta 26 gcmeyw{E3-6l$V!_0SK<9Rc++1XJjmy+|8H{0AWi9TL1t6 diff --git a/dist/ba_root/mods/tools/__pycache__/whitelist.cpython-38.opt-1.pyc b/dist/ba_root/mods/tools/__pycache__/whitelist.cpython-38.opt-1.pyc index 4ac739b3bc394b1fd6bd18126967c7e7f67d722c..a3ac0034b35835453df42af34ebd056db0f54034 100644 GIT binary patch delta 27 hcmbO#GgXE=l$V!_0SMfWS8wFL%ETD5`5}`DHvn752Q2^q delta 27 hcmbO#GgXE=l$V!_0SI`Ssy1?8WnwJZ{E*3n8vs?n2Fw5e