From fdfb94371e99db7b1680e9ba5854d4003cc395f5 Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 22 Oct 2013 14:45:21 +0000 Subject: [PATCH] whoops --- modules/sstats/sstats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sstats/sstats.js b/modules/sstats/sstats.js index bb8f275..eec85b3 100644 --- a/modules/sstats/sstats.js +++ b/modules/sstats/sstats.js @@ -185,7 +185,7 @@ var sstats = function(dbot) { } }); this.db.del('user_stats', oldUser.id, function() {}); - this.db.save('user_stats', newUser.id, newUser, function() {}); + this.db.save('user_stats', newUser.id, nuStats, function() {}); }.bind(this)); }.bind(this));