mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
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:
parent
23a71a9dae
commit
215c5fba4f
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue