guard clauses should have a newline after them

This commit is contained in:
ThatGamerBlue
2019-07-07 22:12:22 +01:00
committed by GitHub
parent 4f0ba60f01
commit 459198cdf0

View File

@@ -525,10 +525,12 @@ public class NpcAggroAreaPlugin extends Plugin
{
return;
}
if (hasSentNotification)
{
return;
}
final Player local = client.getLocalPlayer();
hasSentNotification = true;
notifier.notify("[" + local.getName() + "]'s aggression timer has run out!");