Skip to content

Commit

Permalink
HedgeModManager Now uses TLS 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thesupersonic16 committed Feb 23, 2018
1 parent 040c62a commit 1cc21a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HedgeModManager/src/Program.cs
Expand Up @@ -42,6 +42,7 @@ private static void Main(string[] args)
if (games.Any(t => t.GameName == Games.SonicForces.GameName))
StartDirectory = Path.GetDirectoryName(games.Find(t => t.GameName == Games.SonicForces.GameName).Path);
#endif
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

LogFile.AddMessage($"Running {ProgramName} in {StartDirectory}");

Expand Down

0 comments on commit 1cc21a6

Please sign in to comment.