File tree Expand file tree Collapse file tree
Plugin/src/main/java/de/corneliusmay/silkspawners/plugin/version Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public boolean load() {
4141 throw new RuntimeException (e );
4242 }
4343
44- plugin .getLog ().info ("Loaded support for version " + MinecraftVersion .getVersion () + " (Bukkit " + bukkitVersion + ")" );
44+ plugin .getLog ().info ("Loaded support for version " + MinecraftVersion .getVersion ());
4545 return true ;
4646 }
4747}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ private void run(int interval) {
4646 if (!update ()) plugin .getLog ().error ("Error getting latest version" );
4747 else if (!check ())
4848 plugin .getLog ().warn ("§eUpdate available! Download at https://www.spigotmc.org/resources/silkspawners.60063/ §f\n Installed version: v" + getInstalledVersion () + "\n Latest version: v" + latestVersion );
49- else plugin .getLog ().info ("The plugin is up to date (v" + latestVersion + ")" );
49+ else plugin .getLog ().info ("The plugin is up to date (Current release v" + latestVersion + ")" );
5050 TimeUnit .HOURS .sleep (interval );
5151 }
5252 } catch (InterruptedException ignored ) {
You can’t perform that action at this time.
0 commit comments