Skip to content

Commit

Permalink
work as origin
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Nov 30, 2024
1 parent cd2fbee commit 6331441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public IConfigView Migrate(IConfigView src)
{
dst.SetValue("GameSystem.RemoveEncryption.Disabled", true); // Enabled by default in V2
}
if (!src.GetValueOrDefault<bool>("Fix.ForceAsServer"))
if (!src.GetValueOrDefault<bool>("Fix.ForceAsServer", true))
{
dst.SetValue("GameSettings.ForceAsServer.Disabled", true); // Enabled by default in V2
}
Expand Down

0 comments on commit 6331441

Please sign in to comment.