fix awarding of party {up,on} achievs to update server

This commit is contained in:
Kaitlin Hipkin
2016-03-10 20:38:53 -05:00
parent b0fe5f4081
commit 792e8d8094
2 changed files with 2 additions and 14 deletions

View File

@@ -533,18 +533,6 @@ UserSchema.pre('save', function(next) {
this.achievements.triadBingo = true;
}
// Determines if Party Up should be awarded
if (this.party.memberCount >= 2) {
this.achievements.partyUp = true;
}
// Determines if Party On should be awarded
if (this.party.memberCount >= 4) {
this.achievements.partyOn = true;
}
// Enable weekly recap emails for old users who sign in
if(this.flags.lastWeeklyRecapDiscriminator){
// Enable weekly recap emails in 24 hours