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:
FlorianMichael 2024-05-30 02:36:47 +02:00
parent 996ad2de0d
commit 22678ba99b
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -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) {