mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
Fixed Flag.Builder#usePanel(boolean) to be public
This commit is contained in:
parent
168f9ae8f1
commit
2e5cdc7453
@ -320,7 +320,7 @@ public class Flag implements Comparable<Flag> {
|
||||
return this;
|
||||
}
|
||||
|
||||
private Builder usePanel(boolean usePanel) {
|
||||
public Builder usePanel(boolean usePanel) {
|
||||
this.usePanel = usePanel;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user