timers plugin: Reset fields on shutdown

This commit is contained in:
Jordan Atwood
2018-09-09 13:13:03 -07:00
parent 84700125cd
commit 92d8d95e51

View File

@@ -128,6 +128,8 @@ public class TimersPlugin extends Plugin
protected void shutDown() throws Exception
{
infoBoxManager.removeIf(t -> t instanceof TimerTimer);
lastRaidVarb = -1;
lastPoint = null;
}
@Subscribe