Skip to content

Commit

Permalink
Write attribute "portsToCrack" of "Computer.security" to save file.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Sep 24, 2021
1 parent 0a58b47 commit 4cc6a8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PathfinderAPI/Replacements/SaveWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ internal static XElement GetNodeSaveElement(Computer node)
securityTag.SetAttributeValue("proxyTime", (node.hasProxy ? node.startingOverloadTicks.ToString(CultureInfo.InvariantCulture) : "-1"));
}
securityTag.SetAttributeValue("adminIP", node.adminIP);
securityTag.SetAttributeValue("portsToCrack", node.portsNeededForCrack);
result.Add(securityTag);

result.Add(GetPortSaveElement(node));
Expand Down

0 comments on commit 4cc6a8d

Please sign in to comment.