Skip to content

Commit

Permalink
Add missing launch parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 29, 2024
1 parent d2636f4 commit b382e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/dedicated/FikaDedicatedProfileService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if NOT EXIST ".\\BepInEx\\plugins\\Fika.Dedicated.dll" (
echo Could not find 'Fika.Dedicated.dll', please install the dedicated plugin before starting the client.
pause
) else (
start "" EscapeFromTarkov.exe -token=${profile.info.id} -config={"BackendUrl":"${backendUrl}","Version":"live"} & exit
start "" EscapeFromTarkov.exe -token=${profile.info.id} -config={"BackendUrl":"${backendUrl}","Version":"live"} -batchmode -nographics & exit
)`

try {
Expand Down

0 comments on commit b382e1f

Please sign in to comment.