Updated ResourcePack URL

This commit is contained in:
NichtStudioCode 2021-01-27 18:25:23 +01:00
parent 793635a9dd
commit 87d14b71a9

@ -19,7 +19,7 @@ public class ForceResourcePack implements Listener {
private final HashMap<Player, BukkitTask> tasks = new HashMap<>(); private final HashMap<Player, BukkitTask> 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 boolean activated = true;
private ForceResourcePack() { private ForceResourcePack() {