npcunaggroarea: make the notifications respect the config

This commit is contained in:
ThatGamerBlue
2019-07-07 22:11:29 +01:00
committed by GitHub
parent 30f0516b24
commit 4f0ba60f01

View File

@@ -521,6 +521,10 @@ public class NpcAggroAreaPlugin extends Plugin
void doNotification()
{
if(!this.sendNotification)
{
return;
}
if (hasSentNotification)
{
return;