Remove redundant "start" method

This commit is contained in:
SmellyGeek
2016-12-01 18:45:41 -05:00
parent e5fb65b8d9
commit 24f4adc3ad
@@ -78,7 +78,6 @@ public class PlayerVaults extends JavaPlugin {
@Override
public void onEnable() {
long start = System.currentTimeMillis();
instance = this;
loadConfig();
DEBUG = getConfig().getBoolean("debug", false);