removed debug messages and reconfigured timings to correct values
This commit is contained in:
parent
afc6efd6de
commit
673ffcbd29
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -125,7 +125,7 @@ public final class CoswayUtil extends JavaPlugin {
|
|||||||
public class AnchorShield implements Listener {
|
public class AnchorShield implements Listener {
|
||||||
private final Map<Location, ArmorStand> activeAnchors = new HashMap<>();
|
private final Map<Location, ArmorStand> activeAnchors = new HashMap<>();
|
||||||
private final int RING_RADIUS = 25;
|
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;
|
boolean debug = false;
|
||||||
public void debugMessage(String msg) {
|
public void debugMessage(String msg) {
|
||||||
if(debug) {
|
if(debug) {
|
||||||
|
Loading…
Reference in New Issue
Block a user