mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-23 02:51:34 +01:00
Set handle-invalid-item-count viaversion setting to default true
I don't see any issue with the current implementation, and we will see if I'm right once this release rolls out if it turns out to be wrong later, we can revert this decision easily.
This commit is contained in:
parent
996ad2de0d
commit
22678ba99b
@ -272,6 +272,7 @@ public class ProtocolTranslator {
|
||||
shield-blocking: false
|
||||
no-delay-shield-blocking: true
|
||||
chunk-border-fix: true
|
||||
handle-invalid-item-count: true
|
||||
""", StandardOpenOption.CREATE_NEW);
|
||||
} catch (FileAlreadyExistsException ignored) {
|
||||
} catch (Throwable e) {
|
||||
|
Loading…
Reference in New Issue
Block a user