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