From 9677bbff5311091522c4c44dca0655e54e80e590 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Wed, 14 Aug 2024 13:27:48 -0400 Subject: [PATCH] maint: change position of -nosteam argument to prevent it getting loaded as a mod --- cfg/!launch_iw7_mod.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/!launch_iw7_mod.bat b/cfg/!launch_iw7_mod.bat index 196e830b..8c3e0a97 100644 --- a/cfg/!launch_iw7_mod.bat +++ b/cfg/!launch_iw7_mod.bat @@ -6,4 +6,4 @@ set mod= set game_exe=iw7-mod.exe cd /D "%~dp0" -start /B /wait /abovenormal %game_exe% +set onlinegame 1 +set fs_game "%mod%" -nosteam \ No newline at end of file +start /B /wait /abovenormal %game_exe% -nosteam +set onlinegame 1 +set fs_game "%mod%"