aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Program.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-28 12:03:14 -0600
committerGitHub <[email protected]>2017-03-28 12:03:14 -0600
commitfd1b6907708cb9464b971573cd007dcbb3f47092 (patch)
tree71b680b3a351e1e0f739cfbba23135cfb986a4cd /TimeHACK.Main/Program.cs
parent38c5a4310e9c0e9df874d430266649f5793ed0cf (diff)
parent023db4c64f6197e5de6b2c56c3b5b46cc9824ea3 (diff)
downloadhistacom2-fd1b6907708cb9464b971573cd007dcbb3f47092.tar.gz
histacom2-fd1b6907708cb9464b971573cd007dcbb3f47092.tar.bz2
histacom2-fd1b6907708cb9464b971573cd007dcbb3f47092.zip
Merge pull request #13 from lempamo/master
ie4 back and forward and home complete
Diffstat (limited to 'TimeHACK.Main/Program.cs')
-rw-r--r--TimeHACK.Main/Program.cs2
1 files changed, 1 insertions, 1 deletions
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());