Changed invite to RSVPNeeded

This commit is contained in:
hairlessbear
2015-05-27 09:18:05 -04:00
parent 0fa93506f5
commit cfcfb8fd02
4 changed files with 7 additions and 7 deletions

View File

@@ -148,7 +148,7 @@ habitrpg.controller('NotificationCtrl',
});
// Quest invitation modal
$rootScope.$watch('user.party.quest.invited == true', function(after, before){
$rootScope.$watch('user.party.quest.RSVPNeeded == true', function(after, before){
if (after != true) return;
$rootScope.party.$get();
$rootScope.openModal('questInvitation');