diff --git a/website/client-old/js/services/pusherService.js b/website/client-old/js/services/pusherService.js index c246e80eda..31ad01a9a6 100644 --- a/website/client-old/js/services/pusherService.js +++ b/website/client-old/js/services/pusherService.js @@ -139,6 +139,7 @@ angular.module('habitrpg') // If a system message comes in, sync the party as quest status may have changed if (chatData.uuid === 'system') { + $rootScope.User.sync(); Groups.party(true).then(function (syncedParty) { // Assign and not replace so that all the references get the modifications _.assign($rootScope.party, syncedParty);