Checkstyle fix

This commit is contained in:
MackBryan
2018-09-04 19:04:47 -07:00
parent eccab3b535
commit 578881a03a

View File

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