Fixed compilation issue

This commit is contained in:
Florian CUNY 2019-09-08 15:37:18 +02:00
parent 835f152a45
commit d957a50fc1

View File

@ -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;