removed debug messages and reconfigured timings to correct values

This commit is contained in:
kai ohara 2025-02-03 21:31:54 -05:00
parent afc6efd6de
commit 673ffcbd29
11 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -125,7 +125,7 @@ public final class CoswayUtil extends JavaPlugin {
public class AnchorShield implements Listener {
private final Map<Location, ArmorStand> activeAnchors = new HashMap<>();
private final int RING_RADIUS = 25;
private final int FUEL_DECREASE_TIME = 5 * 60 * 20; // 5 minutes in ticks
private final int FUEL_DECREASE_TIME = 10 * 60 * 20; // 5 minutes in ticks
boolean debug = false;
public void debugMessage(String msg) {
if(debug) {