diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-15 16:44:11 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-15 16:44:11 +0100 |
| commit | 6b2144a3b9d5a97388c728c6ee7d459c794b23d8 (patch) | |
| tree | cad15cebbad594fa74a9e755503ff7a6c97ed5ff /common/src/main/java/com/leonardobishop | |
| parent | 36f6e330557ec53df94232731cb517bbdf3d7989 (diff) | |
Update updater link
Diffstat (limited to 'common/src/main/java/com/leonardobishop')
| -rw-r--r-- | common/src/main/java/com/leonardobishop/quests/common/updater/Updater.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/src/main/java/com/leonardobishop/quests/common/updater/Updater.java b/common/src/main/java/com/leonardobishop/quests/common/updater/Updater.java index 28f21713..8cae9dd6 100644 --- a/common/src/main/java/com/leonardobishop/quests/common/updater/Updater.java +++ b/common/src/main/java/com/leonardobishop/quests/common/updater/Updater.java @@ -38,7 +38,8 @@ public class Updater { } public String getUpdateLink() { - return "https://www.spigotmc.org/resources/" + PROJECT_ID; +// return "https://www.spigotmc.org/resources/" + PROJECT_ID; + return "https://get.leonardobishop.com/quests"; } public String getApiUrl() { |
