nmz plugin: reset absorption notification when not in NMZ
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user