resolving conflicts

This commit is contained in:
Vishyyy 2026-07-16 13:15:31 +05:30 committed by GitHub
parent 792014425c
commit 7f5da6b396
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 28 deletions

View file

@ -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: