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