3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 04:02:39 +01:00

fix merge?

This commit is contained in:
reality 2014-07-08 11:33:56 +00:00
parent 01b2d22059
commit 7ca178fced

View File

@ -180,7 +180,9 @@ var sstats = function(dbot) {
if(_.isObject(stat)) {
_.each(ouStats[key], function(stat, sKey) {
_.each(ouStats[key][sKey], function(stat, ssKey) {
if(_.has(nuStats[key][sKey], ssKey)) {
nuStats[key][sKey][ssKey] += stat;
}
});
});
} else {