From e348b906c3b512f024f6c3b2e3db8349305609fe Mon Sep 17 00:00:00 2001 From: lempamo Date: Tue, 28 Mar 2017 13:43:51 -0400 Subject: credit to all the devs --- TimeHACK.Main/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Main/Program.cs') diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index e910d08..96aedaa 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -19,7 +19,7 @@ namespace TimeHACK static void Main() { // Set the GameID - gameID = "Nightly 1.0.14"; + gameID = "1.0.44"; Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new TitleScreen()); -- cgit v1.2.3