mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Fix wither skull looking up/down the wrong way
This commit is contained in:
parent
7935f65564
commit
796ae26ed7
1 changed files with 1 additions and 1 deletions
|
@ -2902,7 +2902,7 @@ public class DisguiseUtilities {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static byte getPitch(DisguiseType disguiseType, byte value) {
|
public static byte getPitch(DisguiseType disguiseType, byte value) {
|
||||||
if (disguiseType.isMisc()) {
|
if (disguiseType != DisguiseType.WITHER_SKULL && disguiseType.isMisc()) {
|
||||||
return (byte) -value;
|
return (byte) -value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue