timers plugin: Reset fields on shutdown
This commit is contained in:
@@ -128,6 +128,8 @@ public class TimersPlugin extends Plugin
|
|||||||
protected void shutDown() throws Exception
|
protected void shutDown() throws Exception
|
||||||
{
|
{
|
||||||
infoBoxManager.removeIf(t -> t instanceof TimerTimer);
|
infoBoxManager.removeIf(t -> t instanceof TimerTimer);
|
||||||
|
lastRaidVarb = -1;
|
||||||
|
lastPoint = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
|
|||||||
Reference in New Issue
Block a user