From 2e2d6ad75fa23530a3c44861f553b03800d81378 Mon Sep 17 00:00:00 2001 From: filoghost Date: Mon, 15 Jun 2020 19:12:06 +0200 Subject: [PATCH] Remove unused method --- .../main/java/me/filoghost/chestcommands/ChestCommands.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Plugin/src/main/java/me/filoghost/chestcommands/ChestCommands.java b/Plugin/src/main/java/me/filoghost/chestcommands/ChestCommands.java index 66f8696..7d51d94 100644 --- a/Plugin/src/main/java/me/filoghost/chestcommands/ChestCommands.java +++ b/Plugin/src/main/java/me/filoghost/chestcommands/ChestCommands.java @@ -279,10 +279,6 @@ public class ChestCommands extends JavaPlugin { public static String getNewVersion() { return newVersion; } - - public static void setLastReloadErrors(ErrorCollector lastLoadErrors) { - ChestCommands.lastLoadErrors = lastLoadErrors; - } public static ErrorCollector getLastLoadErrors() { return lastLoadErrors;