9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 16:09:24 +00:00

Updated spigot resource ID

This commit is contained in:
Auxilor
2020-12-09 19:10:10 +00:00
parent 6527038b8e
commit 0f4359997f

View File

@@ -147,7 +147,7 @@ public class Loader {
* Called after server is loaded
*/
public static void postLoad() {
new UpdateChecker(IllusionerPlugin.getInstance(), 79573).getVersion((version) -> {
new UpdateChecker(IllusionerPlugin.getInstance(), 86576).getVersion((version) -> {
DefaultArtifactVersion currentVersion = new DefaultArtifactVersion(IllusionerPlugin.getInstance().getDescription().getVersion());
DefaultArtifactVersion mostRecentVersion = new DefaultArtifactVersion(version);
Logger.info("----------------------------");