This commit is contained in:
BalaM314 2026-03-07 21:24:30 +01:00 committed by GitHub
commit c8c93bffe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,8 +113,6 @@ public class ArcNetProvider implements NetProvider{
//kill connections above the limit to prevent spam
if((playerLimitCache > 0 && server.getConnections().length > playerLimitCache) || netServer.admins.isDosBlacklisted(ip)){
Log.info("Closing connection @ - IP marked as a potential DOS attack.", ip);
connection.close(DcReason.closed);
return;
}