Skip to content

Commit

Permalink
Update comment in World.cs (#504) #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Dec 24, 2021
1 parent 921a27d commit 0f0ae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/Imperator/World.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public World(Configuration configuration, ConverterVersion converterVersion) {
Logger.Info("*** Hello Imperator, Roma Invicta! ***");
ParseGenes(configuration);

// parse the save
// Parse the save.
RegisterRegex(@"\bSAV\w*\b", _ => { });
RegisterKeyword("version", reader => {
var versionString = reader.GetString();
Expand Down

0 comments on commit 0f0ae1d

Please sign in to comment.