mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-12-22 16:38:04 +01:00
Set handle-invalid-item-count viaversion setting to default true
See 22678ba99b
This commit is contained in:
parent
7058a8bc94
commit
d78bac4357
@ -78,6 +78,7 @@ public class ProtocolTranslator {
|
|||||||
1_13-tab-complete-delay: 5
|
1_13-tab-complete-delay: 5
|
||||||
no-delay-shield-blocking: true
|
no-delay-shield-blocking: true
|
||||||
chunk-border-fix: true
|
chunk-border-fix: true
|
||||||
|
handle-invalid-item-count: true
|
||||||
""", StandardOpenOption.CREATE_NEW);
|
""", StandardOpenOption.CREATE_NEW);
|
||||||
} catch (FileAlreadyExistsException ignored) {
|
} catch (FileAlreadyExistsException ignored) {
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user