Skip to content

Commit

Permalink
remove unused items from online installation info
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBallyhoo committed Dec 2, 2023
1 parent b05936d commit 4dd658c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions TACTLib/Protocol/NGDP/NGDPClientBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,7 @@ public Dictionary<string, string> CreateInstallationInfo(string product, string
var cdns = GetCDN(product, region);
var version = GetVersion(product, region);

var map = new Dictionary<string, string> {
{"Active", "1"},
{"InstallKey", ""},
{"IMSize", ""},
{"Armadillo", ""},
{"LastActivated", "0"},
{"BuildComplete", "1"}
};
var map = new Dictionary<string, string>();

if (version != null) {
foreach (var remap in RenameMapVersions) {
Expand Down

0 comments on commit 4dd658c

Please sign in to comment.