geforkt von Mirrors/Paper
Raise the limit slightly to account for colors
By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
Ursprung
c2130ccb81
Commit
90df5ef6df
@ -25,7 +25,7 @@
|
||||
+
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
String s = nbttagcompound.getString("Text" + (i + 1));
|
||||
+ if (s != null && s.length() > 384) {
|
||||
+ if (s != null && s.length() > 2048) {
|
||||
+ s = "\"\"";
|
||||
+ }
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren