Merge pull request #11176 from 000000653/patch-1
NPC Agression Timer: fix typo in notification
This commit is contained in:
@@ -330,7 +330,7 @@ public class NpcAggroAreaPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
if (config.notifyExpire())
|
if (config.notifyExpire())
|
||||||
{
|
{
|
||||||
notifier.notify("NPC agression has expired!");
|
notifier.notify("NPC aggression has expired!");
|
||||||
}
|
}
|
||||||
|
|
||||||
notifyOnce = false;
|
notifyOnce = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user