Changed plugin internal version number from 39 to 40.

This commit is contained in:
David Berdik 2023-05-12 22:46:34 -04:00
parent 51d96b15a0
commit ea462fbb06

View File

@ -15,7 +15,7 @@ public class UpdateScanner implements Runnable {
// Check for a newer version of the plugin, and put the thread to sleep for 24 hours
// before the check is performed again. If a newer version is found, begin reporting
// the discovery of a newer version once every hour.
final String pluginVersionCount = "39";
final String pluginVersionCount = "40";
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {