Skip to content

Commit

Permalink
Sorry, I'll fix it.
Browse files Browse the repository at this point in the history
  • Loading branch information
boy0001 committed Mar 2, 2016
1 parent b294ff5 commit 0408e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static URL getUpdate() {
if (downloadURL.equals(name)) {
try {
String version = release.getString("name");
URL url = new URL(asset.getString("downloadUrl"));
URL url = new URL(asset.getString("browser_download_url"));
if (!PS.get().canUpdate(PS.get().config.getString("version"), version)) {
PS.debug("&7PlotSquared is already up to date!");
return null;
Expand Down

0 comments on commit 0408e9a

Please sign in to comment.