minor tweaks

Conflicts:

	lib/app/index.js
This commit is contained in:
Tyler Renelle
2012-09-20 16:33:08 -04:00
parent 6c32f42bb1
commit cffc3aef75
4 changed files with 8 additions and 14 deletions
+2 -6
View File
@@ -324,12 +324,8 @@ ready(function(model) {
});
}
};
setTimeout(function() {
return poormanscron();
}, 2000);
setInterval(function() {
return poormanscron();
}, 3600000);
setTimeout(poormanscron, 2000);
setInterval(poormanscron, 3600000);
return exports.endOfDayTally = function(e, el) {
return scoring.tally();
};
+1
View File
@@ -2,6 +2,7 @@
var userSchema;
module.exports.userSchema = userSchema = {
balance: 2,
stats: {
money: 0,
exp: 0,