Merge pull request #11176 from 000000653/patch-1

NPC Agression Timer: fix typo in notification
This commit is contained in:
Abex
2020-04-02 20:52:58 -06:00
committed by GitHub

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;