Skip to content

Commit

Permalink
Remove STR_VEHN from langcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Dec 22, 2017
1 parent d4cf735 commit a58546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langcheck/LanguageParser.cs
Expand Up @@ -16,7 +16,7 @@ internal class LanguageParser
private LanguageEntryType _currentEntryType;
private readonly HashSet<string> _groupItemIdentifiers = new HashSet<string>();

private readonly string[] ObjectOverrideIdentifiers = new[] { "NAME", "DESC", "CPTY", "VEHN" };
private readonly string[] ObjectOverrideIdentifiers = new[] { "NAME", "DESC", "CPTY" };
private readonly string[] ScenarioOverrideIdentifiers = new[] { "SCNR", "PARK", "DTLS" };

public LanguageParser(IErrorLogger logger)
Expand Down

0 comments on commit a58546b

Please sign in to comment.