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