mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-01 07:03:26 +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;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Builder usePanel(boolean usePanel) {
|
public Builder usePanel(boolean usePanel) {
|
||||||
this.usePanel = usePanel;
|
this.usePanel = usePanel;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user