mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-04-01 01:09:56 -04:00
Enable placement rotation fix for 1.21+ clients by default
This commit is contained in:
parent
98a17f4b7f
commit
ccfd9d1e81
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ public class ProtocolTranslator {
|
|||
1_13-tab-complete-delay: 5
|
||||
no-delay-shield-blocking: true
|
||||
handle-invalid-item-count: true
|
||||
fix-1_21-placement-rotation: true
|
||||
""", StandardOpenOption.CREATE_NEW);
|
||||
} catch (FileAlreadyExistsException ignored) {
|
||||
} catch (Throwable e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue