ForceResourcePack deactivated by default

This commit is contained in:
NichtStudioCode 2021-01-27 18:30:14 +01:00
parent 87d14b71a9
commit d0138f476e

@ -20,7 +20,7 @@ public class ForceResourcePack implements Listener {
private final HashMap<Player, BukkitTask> tasks = new HashMap<>();
private String resourcePackUrl = "https://github.com/NichtStudioCode/InvGuiRP/releases/download/v0.2/InvGuiRP.zip";
private boolean activated = true;
private boolean activated;
private ForceResourcePack() {
Bukkit.getPluginManager().registerEvents(this, InvGui.getInstance().getPlugin());