minor tweaks
Conflicts: lib/app/index.js
This commit is contained in:
+2
-6
@@ -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();
|
||||
};
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
var userSchema;
|
||||
|
||||
module.exports.userSchema = userSchema = {
|
||||
balance: 2,
|
||||
stats: {
|
||||
money: 0,
|
||||
exp: 0,
|
||||
|
||||
Reference in New Issue
Block a user