virtual levels plugin: fix plugin changed method name to have meaning

This commit is contained in:
Adam
2018-09-19 22:07:50 -04:00
parent 2e13a45e48
commit e66ae78f67

View File

@@ -59,7 +59,7 @@ public class VirtualLevelsPlugin extends Plugin
}
@Subscribe
public void a(PluginChanged pluginChanged)
public void onPluginChanged(PluginChanged pluginChanged)
{
// this is guaranteed to be called after the plugin has been registered by the eventbus. startUp is not.
if (pluginChanged.getPlugin() == this)