Merge pull request #4567 from crookedneighbor/add-audio-watts

Added Watts' Theme to Audio Choices
This commit is contained in:
Blade Barringer
2015-01-26 11:27:27 -06:00
25 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ var UserSchema = new Schema({
skin: {type:String, 'default':'915533'},
shirt: {type: String, 'default': 'blue'},
timezoneOffset: Number,
sound: {type:String, 'default':'off', enum: ['off','danielTheBard']},
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme']},
language: String,
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},