Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx committed Oct 28, 2023
1 parent 98c0e75 commit c72ff60
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.redstudioragnarok.redcore.utils;

import dev.redstudio.redcore.math.ClampUtil;
import net.minecraft.entity.player.EntityPlayer;

/**
* @author Luna Lage (Desoroxxx)
Expand All @@ -16,7 +15,6 @@ public final class MathUtil {
*/
@Deprecated
public static float clampMinFirst(final float input, final float min, final float max) {
new EntityPlayer().getEyeHeight()
return ClampUtil.clampMinFirst(input, min, max);
}

Expand Down

0 comments on commit c72ff60

Please sign in to comment.