Revert "new GSalvadi audio theme, created by NomindTR"

This commit is contained in:
Alys
2015-06-18 07:39:38 +10:00
parent 910fc2f213
commit 30a091e14e
23 changed files with 2 additions and 3 deletions

View File

@@ -311,7 +311,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', 'wattsTheme', 'gokulTheme']},
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme']},
language: String,
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},