We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9bd55 commit a50f745Copy full SHA for a50f745
common/src/main/java/dev/tonimatas/packetfixer/common/Config.java
@@ -94,7 +94,7 @@ public static int getVarLong() {
94
95
public static int getStringSize() {
96
if (properties == null) runProperties();
97
- return getUnlimitedPacketSize() ? Integer.MAX_VALUE : Integer.parseInt(properties.getProperty("stringSize"));
+ return getUnlimitedPacketSize() ? 327670000 : Integer.parseInt(properties.getProperty("stringSize"));
98
}
99
100
public static int getChunkPacketData() {
0 commit comments