Skip to content

Commit

Permalink
Load saved actions into OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows10CE committed Aug 7, 2021
1 parent b189f79 commit f703677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PathfinderAPI/Replacements/SaveLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static SaveLoader()
(exec, info) => os.PreDLCVisibleNodesCache = info.Content ?? "",
ParseOption.ParseInterior);
executor.RegisterExecutor("HacknetSave.DLC.ConditionalActions",
(exec, info) => ActionsLoader.LoadActionSets(info),
(exec, info) => os.ConditionalActions = ActionsLoader.LoadActionSets(info),
ParseOption.ParseInterior);
executor.RegisterExecutor("HacknetSave.Flags", (exec, info) =>
{
Expand Down

0 comments on commit f703677

Please sign in to comment.