summaryrefslogtreecommitdiff
path: root/TSforgeCLI/Program.cs
diff options
context:
space:
mode:
authorWither OrNot2025-04-03 22:22:33 +0000
committerWither OrNot2025-04-03 22:22:33 +0000
commit17a7c90245ccd45b6e32d8bbe01a1a3eddeeae4d (patch)
tree5cbd3d5482d47648bfcf57f797e477d72f0697ea /TSforgeCLI/Program.cs
parent84a0c754a353cfcee721a2c78769cc4a87b35cc1 (diff)
downloadTSforge-17a7c90245ccd45b6e32d8bbe01a1a3eddeeae4d.zip
miscellaneous fixes
Diffstat (limited to 'TSforgeCLI/Program.cs')
-rw-r--r--TSforgeCLI/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/TSforgeCLI/Program.cs b/TSforgeCLI/Program.cs
index 865e51d..86945d5 100644
--- a/TSforgeCLI/Program.cs
+++ b/TSforgeCLI/Program.cs
@@ -35,6 +35,8 @@ namespace TSforgeCLI
{
Logger.WriteLine("TSforge (c) MASSGRAVE 2025");
+ Utils.Wow64EnableWow64FsRedirection(false);
+
try
{
if (args.Length == 0)