mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-03-13 13:39:47 +01:00
Fix compile error
This commit is contained in:
parent
98e65ab032
commit
bf444bd5a7
@ -32,7 +32,7 @@ public final class WolfHealthTracker1_14_4 implements StorableObject {
|
||||
private final Int2FloatMap healthDataMap = new Int2FloatOpenHashMap();
|
||||
|
||||
public static float getWolfHealth(final LivingEntity entity) {
|
||||
ProtocolTranslator.getPlayNetworkUserConnection().get(WolfHealthTracker1_14_4.class).getWolfHealth(entity.getId(), entity.getHealth());
|
||||
return ProtocolTranslator.getPlayNetworkUserConnection().get(WolfHealthTracker1_14_4.class).getWolfHealth(entity.getId(), entity.getHealth());
|
||||
}
|
||||
|
||||
public float getWolfHealth(final int entityId, final float fallback) {
|
||||
|
Loading…
Reference in New Issue
Block a user