Report button: configchanged fix

Report button: configchanged fix

now looks at its own config group
This commit is contained in:
Kyleeld
2019-07-19 23:54:17 +01:00
parent 5b400bdc46
commit bbbb70ccc7

View File

@@ -219,7 +219,7 @@ public class ReportButtonPlugin extends Plugin
private void onConfigChanged(ConfigChanged event) private void onConfigChanged(ConfigChanged event)
{ {
if (event.getGroup().equals("regenmeter")) if (event.getGroup().equals("reportButton"))
{ {
this.timeStyle = config.time(); this.timeStyle = config.time();
} }