Report button: configchanged fix
Report button: configchanged fix now looks at its own config group
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user