maint: change position of -nosteam argument to prevent it getting loaded as a mod

This commit is contained in:
Ahrimdon 2024-08-14 13:27:48 -04:00
parent bfd3785087
commit 9677bbff53

View File

@ -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
start /B /wait /abovenormal %game_exe% -nosteam +set onlinegame 1 +set fs_game "%mod%"