mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Enable forward compitable
This commit is contained in:
@@ -64,7 +64,7 @@ public class Core {
|
||||
BufferedReader br = WebUtil.getReader(Configuration.GET_BOT_VERSION);
|
||||
try {
|
||||
double version = Double.parseDouble(br.readLine());
|
||||
if (Configuration.BOT_VERSION == version) {
|
||||
if (Configuration.BOT_VERSION >= version) {
|
||||
Core.verbose("No updates available.");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user