Changed plugin internal version number from 38 to 39.
This commit is contained in:
parent
d52d746069
commit
ea986b7059
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user