mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 19:54:43 +02:00
whoops.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user