A whole load of fixes

This commit is contained in:
Sauilitired 2014-11-21 23:45:46 +01:00
parent c25eccf4a0
commit 75a5a76fe9
61 changed files with 401 additions and 626 deletions

View file

@ -38,7 +38,7 @@ import java.util.HashMap;
@SuppressWarnings("deprecation")
public class PlotSelection {
public static HashMap<String, PlotSelection> currentSelection = new HashMap<>();
public final static HashMap<String, PlotSelection> currentSelection = new HashMap<>();
private final PlotBlock[] plotBlocks;