geforkt von Mirrors/Paper
SPIGOT-547: Increase the max plugin message channel name to 20
This matches up with the protocol By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
Ursprung
236a28293b
Commit
a5d9aa56d8
@ -18,7 +18,7 @@ public interface Messenger {
|
||||
/**
|
||||
* Represents the largest size that a Plugin Channel may be.
|
||||
*/
|
||||
public static final int MAX_CHANNEL_SIZE = 16;
|
||||
public static final int MAX_CHANNEL_SIZE = 20;
|
||||
|
||||
/**
|
||||
* Checks if the specified channel is a reserved name.
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren