Remove unused method

This commit is contained in:
filoghost 2020-06-15 19:12:06 +02:00
parent d9ef031ff1
commit 2e2d6ad75f

View File

@ -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;