mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
resolving conflicts
This commit is contained in:
parent
792014425c
commit
7f5da6b396
4 changed files with 4 additions and 28 deletions
4
dist/ba_root/mods/tools/servercheck.py
vendored
4
dist/ba_root/mods/tools/servercheck.py
vendored
|
|
@ -28,7 +28,9 @@ blacklist = pdata.get_blacklist()
|
|||
# Get settings
|
||||
settings = setting.get_settings_data()
|
||||
|
||||
ipjoin = {}
|
||||
# Track IP join statistics for rate limiting/spam protection
|
||||
ipjoin: Dict[str, IPJoin] = {}
|
||||
|
||||
|
||||
@dataclass
|
||||
class PlayerData:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue