Disable VV chunk-border-fix option

It doesn't work on some servers and isn't needed on classic versions anymore
This commit is contained in:
FlorianMichael 2024-06-05 00:47:59 +02:00
parent 23a71a9dae
commit 215c5fba4f
No known key found for this signature in database
GPG key ID: C2FB87E71C425126

View file

@ -77,7 +77,6 @@ public class ProtocolTranslator {
Files.writeString(viaVersionConfig.toPath(), """
1_13-tab-complete-delay: 5
no-delay-shield-blocking: true
chunk-border-fix: true
handle-invalid-item-count: true
""", StandardOpenOption.CREATE_NEW);
} catch (FileAlreadyExistsException ignored) {