Merge pull request #1208 from sethtroll/fixnmzabsoprtion
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 (!absorptionNotificationSend)
|
||||
{
|
||||
absorptionNotificationSend = true;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
if (config.absorptionNotification())
|
||||
|
||||
Reference in New Issue
Block a user