diff --git a/public/js/controllers/notificationCtrl.js b/public/js/controllers/notificationCtrl.js index 3052b3cbff..f5341d973e 100644 --- a/public/js/controllers/notificationCtrl.js +++ b/public/js/controllers/notificationCtrl.js @@ -24,6 +24,7 @@ habitrpg.controller('NotificationCtrl', if ((money > 0) && !!bonus) { if (bonus < 0.01) bonus = 0.01; Notification.text("+ " + Notification.coins(bonus) + " Streak Bonus!"); + delete User.user._tmp.streakBonus; } });