From 90d327d80c341e47fd5efce6171a9b3962527d17 Mon Sep 17 00:00:00 2001 From: boy0001 Date: Sat, 25 Oct 2014 00:12:20 +1100 Subject: [PATCH] whoops. --- PlotSquared/src/com/intellectualcrafters/plot/Plot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotSquared/src/com/intellectualcrafters/plot/Plot.java b/PlotSquared/src/com/intellectualcrafters/plot/Plot.java index 8a7d3bcd2..1a0bf09d6 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/Plot.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/Plot.java @@ -65,7 +65,7 @@ public class Plot implements Cloneable { * Has the plot changed since the last save cycle? */ public boolean hasChanged = false; - public boolean countsTowardsMax = false; + public boolean countsTowardsMax = true; /** * Primary constructor