mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
refactored on player join , fixed account age check
This commit is contained in:
parent
ce8183fd1f
commit
5996acb8fc
20 changed files with 164 additions and 1138 deletions
Binary file not shown.
Binary file not shown.
4
dist/ba_data/python/ba/_hooks.py
vendored
4
dist/ba_data/python/ba/_hooks.py
vendored
|
|
@ -347,9 +347,9 @@ def on_kick_vote_end() -> None:
|
|||
pass
|
||||
# print("kick vote end")
|
||||
|
||||
from tools import servercheck
|
||||
|
||||
def on_player_join(pb_id:str)-> None:
|
||||
servercheck.on_player_join(pb_id)
|
||||
|
||||
pass
|
||||
# print(pb_id+" joined python layer")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue