Clean up debug info

This commit is contained in:
dfsek
2020-10-01 18:22:38 -07:00
parent 576365b688
commit e36e5f390c
15 changed files with 68 additions and 53 deletions

View File

@@ -34,6 +34,7 @@ public class Terra extends JavaPlugin {
@Override
public void onEnable() {
instance = this;
Debug.setMain(this);
ConfigUtil.loadConfig(this);
PluginCommand command = getCommand("terra");