diff options
| author | lempamo <[email protected]> | 2017-03-28 13:43:51 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-28 13:43:51 -0400 |
| commit | e348b906c3b512f024f6c3b2e3db8349305609fe (patch) | |
| tree | 1230254d9aba67ba953f78a1142987aba8525b61 /TimeHACK.Main/Program.cs | |
| parent | 2106eb8a4ee65dc15373b40202cb520959494da1 (diff) | |
| download | histacom2-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.cs | 2 |
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()); |
