Merge branch 'develop' into sabrecat/more-modals

This commit is contained in:
Sabe Jones
2015-10-30 16:33:17 -04:00
233 changed files with 2017 additions and 2111 deletions

View File

@@ -347,6 +347,7 @@ var UserSchema = new Schema({
language: String,
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},
autoEquip: {type: Boolean, 'default': true},
costume: Boolean,
dateFormat: {type: String, enum:['MM/dd/yyyy', 'dd/MM/yyyy', 'yyyy/MM/dd'], 'default': 'MM/dd/yyyy'},
sleep: {type: Boolean, 'default': false},