Skip to content

Commit

Permalink
refactor: set string 'Zone' to be writable
Browse files Browse the repository at this point in the history
Allow devs to set their own Zone
  • Loading branch information
BinToss committed Oct 14, 2021
1 parent 4eac2f0 commit d1b27dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HCE/Registry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public class Data
public string PID = Registry.PID;
public string Version = "";
public string VersionType = "";
public readonly string Zone = "http://www.zone.com/asp/script/default.asp?Game=Halo&password=Password";
public string Zone = "http://www.zone.com/asp/script/default.asp?Game=Halo&password=Password";

/// SubKey Examples
/** Halo
Expand Down

0 comments on commit d1b27dc

Please sign in to comment.