Changed plugin internal version number from 38 to 39.

This commit is contained in:
David Berdik 2023-05-12 22:26:22 -04:00
parent d52d746069
commit ea986b7059

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 = "38";
final String pluginVersionCount = "39";
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {