From 74c91dfe84d67b19704db40aabc5d4e9bfa49db3 Mon Sep 17 00:00:00 2001 From: lishid Date: Sun, 15 Dec 2013 14:11:46 -0500 Subject: [PATCH] Changed updater. --- src/com/lishid/openinv/utils/Updater.java | 2 +- src/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/lishid/openinv/utils/Updater.java b/src/com/lishid/openinv/utils/Updater.java index 5e60541..304bf76 100644 --- a/src/com/lishid/openinv/utils/Updater.java +++ b/src/com/lishid/openinv/utils/Updater.java @@ -58,7 +58,7 @@ public class Updater { private int id = 31432; // Project's Curse ID // SEE https://dev.bukkit.org/home/servermods-apikey/ - private String apiKey = "853a6cc95ff44c08e19cdb3ef96f4001f049ae7c"; // BukkitDev ServerMods API key + private String apiKey = null; // BukkitDev ServerMods API key private static final String TITLE_VALUE = "name"; // Gets remote file's title private static final String LINK_VALUE = "downloadUrl"; // Gets remote file's download link private static final String TYPE_VALUE = "releaseType"; // Gets remote file's release type diff --git a/src/plugin.yml b/src/plugin.yml index d673373..a79fa2c 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: OpenInv main: com.lishid.openinv.OpenInv -version: 2.1.1 +version: 2.1.2 author: lishid description: > This plugin allows you to open a player's inventory as a chest and interact with it in real time.