SPIGOT-5681: Increase max plugin channel size

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2020-04-22 11:52:43 +10:00
parent 518cad685a
commit ee3885052d

View File

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