minor changes

This commit is contained in:
coderaiser 2012-10-03 05:47:26 -04:00
parent 3594542099
commit a55d103395

View file

@ -10,7 +10,8 @@ var Config = readConfig();
Config ? Server.start(Config) : Server.start();
update.get();
if(update)
update.get();
function readConfig(){