mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-02 20:11:27 +00:00
Get rid of unused field
This commit is contained in:
parent
1e3379b00a
commit
dd4c5014fc
1 changed files with 0 additions and 3 deletions
|
@ -44,10 +44,7 @@ import java.util.Set;
|
||||||
public class DefaultPlotAreaManager implements PlotAreaManager {
|
public class DefaultPlotAreaManager implements PlotAreaManager {
|
||||||
|
|
||||||
final PlotArea[] noPlotAreas = new PlotArea[0];
|
final PlotArea[] noPlotAreas = new PlotArea[0];
|
||||||
|
|
||||||
private final Map<String, PlotWorld> plotWorlds = new HashMap<>();
|
private final Map<String, PlotWorld> plotWorlds = new HashMap<>();
|
||||||
// Optimization if there are no hash collisions
|
|
||||||
private boolean plotAreaHasCollision = false;
|
|
||||||
|
|
||||||
@Override public PlotArea[] getAllPlotAreas() {
|
@Override public PlotArea[] getAllPlotAreas() {
|
||||||
final Set<PlotArea> area = new HashSet<>();
|
final Set<PlotArea> area = new HashSet<>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue