Remove unused fields
Dieser Commit ist enthalten in:
Ursprung
47e268fb54
Commit
55c5c3bda5
@ -39,9 +39,6 @@ public class CommandTPSLimiter implements CommandExecutor {
|
||||
private long lastTime = System.nanoTime();
|
||||
private long currentTime = System.nanoTime();
|
||||
|
||||
private static final long neededDelta = 50;
|
||||
private static long neededDeltaFix = 50;
|
||||
|
||||
private static World world = Bukkit.getWorlds().get(0);
|
||||
|
||||
private BukkitTask tpsLimiter = null;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren