mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-24 00:11:44 +01:00
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:
parent
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.
|
||||
|
Loading…
Reference in New Issue
Block a user