SPIGOT-547: Increase the max plugin message channel name to 20

This matches up with the protocol

By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
Bukkit/Spigot 2015-02-12 14:19:34 +00:00
parent 236a28293b
commit a5d9aa56d8

View File

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