nmz plugin: reset absorption notification when not in NMZ

This commit is contained in:
Seth
2018-03-31 13:53:38 -05:00
parent 4878cf14a2
commit fdf2ceac5d

View File

@@ -93,6 +93,11 @@ public class NightmareZonePlugin extends Plugin
{ {
if (!isInNightmareZone()) if (!isInNightmareZone())
{ {
if (!absorptionNotificationSend)
{
absorptionNotificationSend = true;
}
return; return;
} }
if (config.absorptionNotification()) if (config.absorptionNotification())