Merge pull request #241 from SmellyGeek/master

Remove redundant "start" method
This commit is contained in:
kashike
2016-12-01 15:51:59 -08:00
committed by GitHub
@@ -78,7 +78,6 @@ public class PlayerVaults extends JavaPlugin {
@Override @Override
public void onEnable() { public void onEnable() {
long start = System.currentTimeMillis();
instance = this; instance = this;
loadConfig(); loadConfig();
DEBUG = getConfig().getBoolean("debug", false); DEBUG = getConfig().getBoolean("debug", false);