Checkstyle fix
This commit is contained in:
@@ -617,9 +617,9 @@ public class RaidsPlugin extends Plugin
|
|||||||
@Override
|
@Override
|
||||||
public void hotkeyPressed()
|
public void hotkeyPressed()
|
||||||
{
|
{
|
||||||
if(config.scoutOverlayInRaid() && raidStarted)
|
if (config.scoutOverlayInRaid() && raidStarted)
|
||||||
{
|
{
|
||||||
if(overlay.isScoutOverlayShown())
|
if (overlay.isScoutOverlayShown())
|
||||||
{
|
{
|
||||||
overlay.setScoutOverlayShown(false);
|
overlay.setScoutOverlayShown(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user