aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Program.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-28 13:43:51 -0400
committerlempamo <[email protected]>2017-03-28 13:43:51 -0400
commite348b906c3b512f024f6c3b2e3db8349305609fe (patch)
tree1230254d9aba67ba953f78a1142987aba8525b61 /TimeHACK.Main/Program.cs
parent2106eb8a4ee65dc15373b40202cb520959494da1 (diff)
downloadhistacom2-e348b906c3b512f024f6c3b2e3db8349305609fe.tar.gz
histacom2-e348b906c3b512f024f6c3b2e3db8349305609fe.tar.bz2
histacom2-e348b906c3b512f024f6c3b2e3db8349305609fe.zip
credit to all the devs
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());