Disable placement rotation fix for now

Closes #4168
This commit is contained in:
Nassim Jahnke 2024-10-07 21:43:20 +02:00
parent 9674c617ca
commit 9e5c541f79
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F

View File

@ -554,6 +554,6 @@ public abstract class AbstractViaConfig extends Config implements ViaVersionConf
@Override
public boolean fix1_21PlacementRotation() {
return fix1_21PlacementRotation;
return false && fix1_21PlacementRotation; // TODO Can't always set onGround to true
}
}