mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-07-02 10:28:26 +00:00
New Fly D and lowering file size, new logs system
This commit is contained in:
@@ -11,8 +11,8 @@ public class ExpTimer {
|
||||
public final long extense;
|
||||
public final Runnable onComplete;
|
||||
public BukkitTask levelTask, expTask;
|
||||
private int previousLevel;
|
||||
private float previousExp;
|
||||
private final int previousLevel;
|
||||
private final float previousExp;
|
||||
|
||||
public ExpTimer(Player player, long time, TimeUnit unit, Runnable onComplete) {
|
||||
this.player = player;
|
||||
|
||||
Reference in New Issue
Block a user