NPC Agression Timer: fix typo in notification

This commit is contained in:
Crow
2020-04-02 21:32:26 -05:00
committed by GitHub
parent 3bc66a0608
commit 0f66573fb2

View File

@@ -330,7 +330,7 @@ public class NpcAggroAreaPlugin extends Plugin
{
if (config.notifyExpire())
{
notifier.notify("NPC agression has expired!");
notifier.notify("NPC aggression has expired!");
}
notifyOnce = false;