forked from SteamWar/SteamWar
Refactor to align with Minecraft 1.21.5 API changes
This commit is contained in:
+1
-1
@@ -25,6 +25,6 @@ public class CraftbukkitWrapper21 extends CraftbukkitWrapper18 {
|
||||
|
||||
@Override
|
||||
public float headRotation(Entity e) {
|
||||
return getEntity(e).bS();
|
||||
return getEntity(e).getYHeadRot();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user