RatAttack: added constraints for “platforms” config option
This commit is contained in:
parent
4c75dbd236
commit
3e5430431f
1 changed files with 1 additions and 1 deletions
|
@ -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" }) },
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue