Test commit

This commit is contained in:
gomeow
2013-03-18 21:45:49 -07:00
parent acb382e601
commit 760a7ee5ad
@@ -37,7 +37,6 @@ public class Main extends JavaPlugin {
getServer().getPluginManager().registerEvents(new Listeners(this), this); getServer().getPluginManager().registerEvents(new Listeners(this), this);
loadConfig(); loadConfig();
startMetrics(); startMetrics();
if(getConfig().getBoolean("check-update")) { if(getConfig().getBoolean("check-update")) {
Updater u = new Updater(); Updater u = new Updater();
try { try {