Made banner locations public

This commit is contained in:
ProSavage 2018-10-24 10:46:31 -05:00
parent 9689e79d86
commit ebe80a0749
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import java.util.List;
public class FactionsBlockListener implements Listener {
public SavageFactions savageFactions;
private static HashMap<String, Location> bannerLocations = new HashMap<>();
public static HashMap<String, Location> bannerLocations = new HashMap<>();
private HashMap<String, Boolean> bannerCooldownMap = new HashMap<>();
public FactionsBlockListener(SavageFactions savageFactions) {