3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-11-16 21:10:25 +01:00

Disable placement rotation fix for now

Closes #4168
Dieser Commit ist enthalten in:
Nassim Jahnke 2024-10-07 21:43:20 +02:00
Ursprung 9674c617ca
Commit 9e5c541f79
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: EF6771C01F6EF02F

Datei anzeigen

@ -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
}
}