Merge pull request #241 from SmellyGeek/master
Remove redundant "start" method
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user