Skip to content

Commit

Permalink
another todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Sep 5, 2024
1 parent 239d2fe commit 375854a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Winch/Data/ExtendedSaveData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ internal void ExtractModdedData()

internal void InsertModdedData()
{
if (baseSaveData.dockId == "exampleitems.dock")
if (baseSaveData.dockId == "exampleitems.dock") // TODO: make save data handle last dock
{
baseSaveData.dockId = "dock.pontoon-gc";
}
Expand Down

0 comments on commit 375854a

Please sign in to comment.