geforkt von Mirrors/Velocity
Increase plugin channels limit
Dieser Commit ist enthalten in:
Ursprung
54c3c37064
Commit
f2e3b5c7ec
@ -25,7 +25,7 @@ import java.util.*;
|
||||
*/
|
||||
public class ClientPlaySessionHandler implements MinecraftSessionHandler {
|
||||
private static final Logger logger = LogManager.getLogger(ClientPlaySessionHandler.class);
|
||||
private static final int MAX_PLUGIN_CHANNELS = 128;
|
||||
private static final int MAX_PLUGIN_CHANNELS = 1024;
|
||||
|
||||
private final ConnectedPlayer player;
|
||||
private long lastPingID = -1;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren