guard clauses should have a newline after them
This commit is contained in:
@@ -525,10 +525,12 @@ public class NpcAggroAreaPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hasSentNotification)
|
if (hasSentNotification)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
final Player local = client.getLocalPlayer();
|
final Player local = client.getLocalPlayer();
|
||||||
hasSentNotification = true;
|
hasSentNotification = true;
|
||||||
notifier.notify("[" + local.getName() + "]'s aggression timer has run out!");
|
notifier.notify("[" + local.getName() + "]'s aggression timer has run out!");
|
||||||
|
|||||||
Reference in New Issue
Block a user