refactored on player join , fixed account age check

This commit is contained in:
imayushsaini 2021-11-14 17:02:13 +05:30
parent ce8183fd1f
commit 5996acb8fc
20 changed files with 164 additions and 1138 deletions

View file

@ -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")