npcunaggroarea: make the notifications respect the config
This commit is contained in:
@@ -521,6 +521,10 @@ public class NpcAggroAreaPlugin extends Plugin
|
||||
|
||||
void doNotification()
|
||||
{
|
||||
if(!this.sendNotification)
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (hasSentNotification)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user