13
0
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:
Bukkit/Spigot 2015-02-12 14:19:34 +00:00
Ursprung 236a28293b
Commit a5d9aa56d8

Datei anzeigen

@ -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.