Added message acknowledging deprecated event.

This commit is contained in:
Jeremy Wood 2019-07-23 21:46:23 -04:00
parent 32e72bb355
commit 7cb9bd4bc2
1 changed files with 1 additions and 0 deletions

View File

@ -470,6 +470,7 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
pm.registerEvents(this.entityListener, this);
pm.registerEvents(this.weatherListener, this);
pm.registerEvents(this.portalListener, this);
log(Level.INFO, "We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.");
pm.registerEvents(this.worldListener, this);
pm.registerEvents(new MVMapListener(this), this);
}