mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-06 23:41:28 +01:00
Fixed compilation issue
This commit is contained in:
parent
835f152a45
commit
d957a50fc1
@ -36,7 +36,7 @@ import world.bentobox.bentobox.lists.Flags;
|
||||
*/
|
||||
public class SettingsTab implements Tab, ClickHandler {
|
||||
|
||||
private static final String PROTECTION_PANEL = "protection.panel.";
|
||||
protected static final String PROTECTION_PANEL = "protection.panel.";
|
||||
private static final String CLICK_TO_SWITCH = PROTECTION_PANEL + "mode.click-to-switch";
|
||||
protected BentoBox plugin = BentoBox.getInstance();
|
||||
protected Flag.Type type;
|
||||
|
Loading…
Reference in New Issue
Block a user