File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/dev/nincodedo/bluemapbanners Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656public class BlueMapBanners implements ModInitializer {
5757
5858 public static final Logger LOGGER = LoggerFactory .getLogger ("BlueMap Banners" );
59- public static String VERSION = FabricLoader .getInstance ().getModContainer ("bluemap-banners" ).get ().getMetadata ().getVersion ().getFriendlyString ();;
59+ public static String VERSION = FabricLoader .getInstance ().getModContainer ("bluemap-banners" ).get ().getMetadata ().getVersion ().getFriendlyString ();
6060 MarkerManager markerManager ;
6161 MapIcons bannerMapIcons ;
6262 ConfigManager configManager ;
6363 Timer daemonTimer ;
6464
6565 @ Override
6666 public void onInitialize () {
67- LOGGER .info ("Starting BlueMap Banners" );
67+ LOGGER .info ("Loading BlueMap Banners v{}" , VERSION );
6868
6969 String mapsConfigFolder = FabricLoader .getInstance ().getConfigDir ().resolve ("bluemap-banners/maps" ).toString ();
7070 new File (mapsConfigFolder ).mkdirs ();
You can’t perform that action at this time.
0 commit comments