mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-05-31 05:51:55 +00:00
Changing names of velocity checks
This commit is contained in:
@@ -8,7 +8,7 @@ import dev.brighten.ac.data.APlayer;
|
||||
import dev.brighten.ac.packet.wrapper.in.WPacketPlayInFlying;
|
||||
import org.bukkit.util.Vector;
|
||||
|
||||
@CheckData(name = "Velocity (A)", checkId = "velocitya", type = CheckType.MOVEMENT)
|
||||
@CheckData(name = "Velocity (Vertical)", checkId = "velocitya", type = CheckType.MOVEMENT)
|
||||
public class VelocityA extends Check {
|
||||
|
||||
private Vector currentVelocity = null;
|
||||
|
||||
@@ -20,7 +20,7 @@ import org.bukkit.potion.PotionEffectType;
|
||||
|
||||
import java.util.Deque;
|
||||
|
||||
@CheckData(name = "Velocity (B)", checkId = "velocityb", type = CheckType.MOVEMENT)
|
||||
@CheckData(name = "Velocity (Horizontal)", checkId = "velocityb", type = CheckType.MOVEMENT)
|
||||
public class VelocityB extends Check {
|
||||
private Timer lastVelocity = new TickTimer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user