Iron out 1.13.2 biomes and chunk loading

This commit is contained in:
Mike Primm 2020-05-03 17:35:38 -05:00
parent 0d937ce368
commit 151122a333
3 changed files with 27 additions and 8 deletions

View file

@ -552,8 +552,9 @@ public class DynmapCore implements DynmapCommonAPI {
/* Print version info */
Log.info("version " + plugin_ver + " is enabled - core version " + version );
Log.info("For support, visit https://forums.dynmap.us");
Log.info("For support, visit https://reddit.com/r/Dynmap");
Log.info("To report or track bugs, visit https://github.com/webbukkit/dynmap/issues");
Log.info("If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm");
events.<Object>trigger("initialized", null);