Merge pull request #1208 from sethtroll/fixnmzabsoprtion

nmz plugin: reset absorption notification when not in NMZ
This commit is contained in:
Adam
2018-04-02 08:32:55 -04:00
committed by GitHub

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())