Fix: config
This commit is contained in:
parent
e6d75aa2f0
commit
9abbab8e81
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ namespace OpenbveFcmbTrainPlugin
|
|||
case "enabled":
|
||||
PluginSettings.DoorsDeviceEnabled = string.Compare(Value, "false", StringComparison.OrdinalIgnoreCase) != 0;
|
||||
break;
|
||||
case "brakedelay":
|
||||
case "requireclosingsound":
|
||||
PluginSettings.DoorsRequireClosingSound = string.Compare(Value, "false", StringComparison.OrdinalIgnoreCase) != 0;
|
||||
break;
|
||||
case "closingsoundduration":
|
||||
|
|
Loading…
Add table
Reference in a new issue