Update servercheck.py

This commit is contained in:
Sarasayed0118 2024-04-12 04:42:09 +05:30 committed by GitHub
parent 0914b6abd6
commit c267333861
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -250,8 +250,6 @@ def on_player_join_server(pbid, player_data, ip, device_id):
return
else:
joincount = 0
else:
print("Fast joining is disabled...")
ipjoin[ip]["count"] = joincount
ipjoin[ip]["lastJoin"] = now