This commit is contained in:
boy0001 2014-10-25 00:12:20 +11:00
parent eb35ba5fb0
commit 90d327d80c

View File

@ -65,7 +65,7 @@ public class Plot implements Cloneable {
* Has the plot changed since the last save cycle? * Has the plot changed since the last save cycle?
*/ */
public boolean hasChanged = false; public boolean hasChanged = false;
public boolean countsTowardsMax = false; public boolean countsTowardsMax = true;
/** /**
* Primary constructor * Primary constructor