Merge pull request #1055 from Kyleeld/reportbutton
reportbutton: config group fix
This commit is contained in:
@@ -219,7 +219,7 @@ public class ReportButtonPlugin extends Plugin
|
||||
|
||||
private void onConfigChanged(ConfigChanged event)
|
||||
{
|
||||
if (event.getGroup().equals("regenmeter"))
|
||||
if (event.getGroup().equals("reportButton"))
|
||||
{
|
||||
this.timeStyle = config.time();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user