Skip to content

Commit 6f0cd49

Browse files
authored
[Fix] Fix "Run Game Offline" not working on windows and mac (#3106)
1 parent 19e939f commit 6f0cd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/launcher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function prepareLaunch(
9292

9393
// If we're not on Linux, we can return here
9494
if (!isLinux) {
95-
return { success: true, rpcClient }
95+
return { success: true, rpcClient, offlineMode }
9696
}
9797

9898
// Figure out where MangoHud/GameMode are located, if they're enabled

0 commit comments

Comments
 (0)