virtual levels plugin: fix plugin changed method name to have meaning
This commit is contained in:
@@ -59,7 +59,7 @@ public class VirtualLevelsPlugin extends Plugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@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.
|
// this is guaranteed to be called after the plugin has been registered by the eventbus. startUp is not.
|
||||||
if (pluginChanged.getPlugin() == this)
|
if (pluginChanged.getPlugin() == this)
|
||||||
|
|||||||
Reference in New Issue
Block a user