Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit ebe80a0

Browse files
committed
Made banner locations public
1 parent 9689e79 commit ebe80a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/massivecraft/factions/listeners/FactionsBlockListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class FactionsBlockListener implements Listener {
3434

3535
public SavageFactions savageFactions;
36-
private static HashMap<String, Location> bannerLocations = new HashMap<>();
36+
public static HashMap<String, Location> bannerLocations = new HashMap<>();
3737
private HashMap<String, Boolean> bannerCooldownMap = new HashMap<>();
3838

3939
public FactionsBlockListener(SavageFactions savageFactions) {

0 commit comments

Comments
 (0)