SteamWar/BauSystem
Archiviert
13
0

Remove unused fields

Dieser Commit ist enthalten in:
jojo 2021-01-26 10:25:36 +01:00
Ursprung 47e268fb54
Commit 55c5c3bda5

Datei anzeigen

@ -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;