mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
saving IP and device id in user profile , request-flood mitigation
This commit is contained in:
parent
dedee3c5b7
commit
03034e4aa0
3 changed files with 261 additions and 275 deletions
4
dist/ba_root/mods/custom_hooks.py
vendored
4
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -213,5 +213,5 @@ def on_kick_vote_end():
|
|||
logger.log("Kick vote End")
|
||||
|
||||
|
||||
_hooks.kick_vote_started = kick_vote_started
|
||||
_hooks.on_kicked = on_kicked
|
||||
def on_join_request(ip):
|
||||
servercheck.on_join_request(ip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue