ScreenshotPlugin: fix naming of event

This commit is contained in:
Magic fTail
2018-07-15 02:12:31 +02:00
parent 6c803dce03
commit 3bc9eb7f84
2 changed files with 5 additions and 5 deletions

View File

@@ -323,7 +323,7 @@ public class ScreenshotPlugin extends Plugin
}
@Subscribe
public void loadWidgets(WidgetLoaded event)
public void onWidgetLoaded(WidgetLoaded event)
{
String fileName;
int groupId = event.getGroupId();