mirror of
https://github.com/filoghost/ChestCommands.git
synced 2025-02-18 04:21:23 +01:00
Remove unused method
This commit is contained in:
parent
d9ef031ff1
commit
2e2d6ad75f
@ -279,10 +279,6 @@ public class ChestCommands extends JavaPlugin {
|
|||||||
public static String getNewVersion() {
|
public static String getNewVersion() {
|
||||||
return newVersion;
|
return newVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void setLastReloadErrors(ErrorCollector lastLoadErrors) {
|
|
||||||
ChestCommands.lastLoadErrors = lastLoadErrors;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static ErrorCollector getLastLoadErrors() {
|
public static ErrorCollector getLastLoadErrors() {
|
||||||
return lastLoadErrors;
|
return lastLoadErrors;
|
||||||
|
Loading…
Reference in New Issue
Block a user