geforkt von Mirrors/Paper
SPIGOT-5681: Increase max plugin channel size
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
518cad685a
Commit
ee3885052d
@ -24,7 +24,7 @@ public interface Messenger {
|
||||
/**
|
||||
* Represents the largest size that a Plugin Channel may be.
|
||||
*/
|
||||
public static final int MAX_CHANNEL_SIZE = 32;
|
||||
public static final int MAX_CHANNEL_SIZE = 64;
|
||||
|
||||
/**
|
||||
* Checks if the specified channel is a reserved name.
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren