boost timer fix (#923)

boost timer fix
This commit is contained in:
Kyleeld
2019-07-07 21:36:52 +01:00
committed by Lucwousin
parent 7a3c16bbc9
commit 5986befe72

View File

@@ -445,7 +445,7 @@ public class BoostsPlugin extends Plugin
this.displayInfoboxes = config.displayInfoboxes();
this.displayIcons = config.displayIcons();
this.boldIconFont = config.boldIconFont();
this.displayNextBuffChange = config.displayNextDebuffChange();
this.displayNextBuffChange = config.displayNextBuffChange();
this.displayNextDebuffChange = config.displayNextDebuffChange();
this.boostThreshold = config.boostThreshold();
this.groupNotifications = config.groupNotifications();