mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[FEATURE] Added new version comparison system
This commit is contained in:
@@ -45,7 +45,7 @@ public final class Landing {
|
||||
"Please download the newest version of Parabot at "
|
||||
+ Configuration.DOWNLOAD_BOT,
|
||||
JOptionPane.INFORMATION_MESSAGE);
|
||||
URI uri = URI.create(Configuration.DOWNLOAD_BOT);
|
||||
URI uri = URI.create(Configuration.API_DOWNLOAD_BOT);
|
||||
try {
|
||||
Desktop.getDesktop().browse(uri);
|
||||
} catch (IOException e1) {
|
||||
|
||||
Reference in New Issue
Block a user