Skip to content

Commit

Permalink
feat: Fix duplicate entry in Fallbacks dictionary (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTwentyThree committed Jan 8, 2024
1 parent 9bad417 commit d20a74c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Nautilus/Patchers/CraftTreePatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ internal class CraftTreePatcher
{ CraftTree.Type.Fabricator, TechType.Fabricator },
{ CraftTree.Type.Constructor, TechType.Constructor },
{ CraftTree.Type.SeamothUpgrades, TechType.BaseUpgradeConsole },
{ CraftTree.Type.MapRoom, TechType.BaseMapRoom },
{ CraftTree.Type.Workbench, TechType.Workbench },
{ CraftTree.Type.MapRoom, TechType.BaseMapRoom }
};
private const string FallbackTabNode = "Modded";
private const string VanillaRoot = "Vanilla";
Expand Down

0 comments on commit d20a74c

Please sign in to comment.