Removed 'freeRebirth' from user model and all uses in codebase

This commit is contained in:
hairlessbear
2015-06-13 00:17:26 -04:00
parent 8fe4d9a5a8
commit 4bf1b94c1d
3 changed files with 0 additions and 6 deletions

View File

@@ -145,7 +145,6 @@ var UserSchema = new Schema({
classSelected: {type: Boolean, 'default': false},
mathUpdates: Boolean,
rebirthEnabled: {type: Boolean, 'default': false},
freeRebirth: {type: Boolean, 'default': false},
levelDrops: {type:Schema.Types.Mixed, 'default':{}},
chatRevoked: Boolean,
// Used to track the status of recapture emails sent to each user,