RatAttack: added constraints for “platforms” config option

This commit is contained in:
alterNERDtive 2020-12-29 19:15:25 +01:00
parent 4c75dbd236
commit 3e5430431f

View file

@ -55,7 +55,7 @@ namespace alterNERDtive.util
{ new Option<string>("CMDRs", "", voiceTrigger: "commanders") },
{ new Option<bool>("confirmCalls", true, voiceTrigger: "confirm calls") },
{ new Option<bool>("onDuty", true, voiceTrigger: "on duty") },
{ new Option<string>("platforms", "PC", voiceTrigger: "platforms") },
{ new Option<string>("platforms", "PC", voiceTrigger: "platforms", validValues: new List<string>{ "PC", "Xbox", "Playstation" }) },
}
},
{