Skip to content

Commit

Permalink
Merge branch 'headless-3.9' of https://github.com/project-fika/Fika-S…
Browse files Browse the repository at this point in the history
…erver into headless-3.9
  • Loading branch information
Lacyway committed Jul 25, 2024
2 parents 0dd744a + ffe3241 commit a742ecf
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 @@ -159,7 +159,7 @@ export class FikaDedicatedProfileService {

const scriptName = `Start_${profile.info.username}.bat`;
const scriptPath = path.join(targetFolderPath, scriptName);
const scriptContent = `EscapeFromTarkov.exe -token=${profile.info.id} -config={"BackendUrl":"${backendUrl}","Version":"live"} -batchmode`;
const scriptContent = `EscapeFromTarkov.exe -token=${profile.info.id} -config={"BackendUrl":"${backendUrl}","Version":"live"} -batchmode -nographics --enable-console true`;

try {
if(!fs.existsSync(targetFolderPath)) {
Expand Down

0 comments on commit a742ecf

Please sign in to comment.