Made banner locations public
This commit is contained in:
parent
9689e79d86
commit
ebe80a0749
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user