Removed a variable that is no longer needed.

This commit is contained in:
Fernando Pettinelli 2021-12-22 01:32:52 -03:00
parent 19710bcb68
commit 6a996f9ae8

View File

@ -71,7 +71,6 @@ public class EpicFarming extends SongodaPlugin {
private static EpicFarming INSTANCE;
private final Config dataConfig = new Config(this, "data.yml");
private final Config levelsFile = new Config(this, "levels.yml");
private final GuiManager guiManager = new GuiManager(this);