This commit is contained in:
2025-06-23 17:07:12 +02:00
parent a6b60d72bd
commit b71e8bd82f
6 changed files with 136 additions and 90 deletions

View File

@@ -28,7 +28,7 @@ namespace patch_seb
// Check if the user wants the offline patcher
if (args.Length == 1)
{
if (args[1] == "/offline" || args[1] == "/Offline")
if (args[0] == "/offline" || args[0] == "/Offline")
{
Application.Run(new OfflinePatcher());
}