From 87d14b71a9497a3c7858ca8d02940c5059fcab52 Mon Sep 17 00:00:00 2001 From: NichtStudioCode <51272202+NichtStudioCode@users.noreply.github.com> Date: Wed, 27 Jan 2021 18:25:23 +0100 Subject: [PATCH] Updated ResourcePack URL --- .../de/studiocode/invgui/resourcepack/ForceResourcePack.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/studiocode/invgui/resourcepack/ForceResourcePack.java b/src/main/java/de/studiocode/invgui/resourcepack/ForceResourcePack.java index 9cab080..0d11b38 100644 --- a/src/main/java/de/studiocode/invgui/resourcepack/ForceResourcePack.java +++ b/src/main/java/de/studiocode/invgui/resourcepack/ForceResourcePack.java @@ -19,7 +19,7 @@ public class ForceResourcePack implements Listener { private final HashMap tasks = new HashMap<>(); - private String resourcePackUrl = "https://github.com/NichtStudioCode/InvGuiRP/releases/download/v0.1/InvGuiRP.zip"; + private String resourcePackUrl = "https://github.com/NichtStudioCode/InvGuiRP/releases/download/v0.2/InvGuiRP.zip"; private boolean activated = true; private ForceResourcePack() {