Skip to content

Commit

Permalink
Merge pull request #118 from FFXIV-CombatReborn/config-migrate
Browse files Browse the repository at this point in the history
Disable migrations until a better solution can be found
  • Loading branch information
NostraThomas99 authored Apr 19, 2024
2 parents 71dd010 + e7b2b34 commit a15ee3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RotationSolver.Basic/Configuration/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ public void Save()

public static Configs Migrate(Configs oldConfigs)
{
return oldConfigs; // Disable migration until a better solution can be found.
var newConfigs = new Configs();

Check warning on line 762 in RotationSolver.Basic/Configuration/Configs.cs

View workflow job for this annotation

GitHub Actions / Build

Unreachable code detected

JObject oldJson = JObject.FromObject(oldConfigs);
Expand Down

0 comments on commit a15ee3d

Please sign in to comment.