nmz plugin: reset absorption notification when not in NMZ

This commit is contained in:
Seth
2018-03-31 13:57:05 -05:00
parent 4878cf14a2
commit fdf2ceac5d
@@ -93,6 +93,11 @@ public class NightmareZonePlugin extends Plugin
{
if (!isInNightmareZone())
{
if (!absorptionNotificationSend)
{
absorptionNotificationSend = true;
}
return;
}
if (config.absorptionNotification())