mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-12-22 16:38:04 +01:00
Enable placement rotation fix for 1.21+ clients by default
This commit is contained in:
parent
98a17f4b7f
commit
ccfd9d1e81
@ -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
|
||||||
handle-invalid-item-count: true
|
handle-invalid-item-count: true
|
||||||
|
fix-1_21-placement-rotation: 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