Checkstyle fix
This commit is contained in:
@@ -87,16 +87,15 @@ public interface RaidsConfig extends Config
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "hotkey",
|
keyName = "hotkey", name = "Toggle scout overlay",
|
||||||
name = "Toggle scout overlay",
|
description = "When pressed the scout overlay will be toggled. Must enable show scout overlay in raid",
|
||||||
description = "When pressed the scout overlay will be toggled. Must enable show scout overlay in raid",
|
position = 5
|
||||||
position = 5
|
)
|
||||||
)
|
default Keybind hotkey()
|
||||||
default Keybind hotkey()
|
{
|
||||||
{
|
return Keybind.NOT_SET;
|
||||||
return Keybind.NOT_SET;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 6,
|
position = 6,
|
||||||
|
|||||||
Reference in New Issue
Block a user