forked from xjboss/KCauldronX
12 lines
505 B
Diff
12 lines
505 B
Diff
|
--- ../src-base/minecraft/org/bukkit/plugin/messaging/Messenger.java
|
||
|
+++ ../src-work/minecraft/org/bukkit/plugin/messaging/Messenger.java
|
||
|
@@ -18,7 +18,7 @@
|
||
|
/**
|
||
|
* 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; // Cauldron - Vanilla increased limit of C17PacketCustomPayload size from 16 -> 20 in 1.7
|
||
|
|
||
|
/**
|
||
|
* Checks if the specified channel is a reserved name.
|