We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c885b commit 3989932Copy full SHA for 3989932
Hi3Helper.Plugin.HBR/Exports.GameLaunch.cs
@@ -63,7 +63,7 @@ protected override bool IsGameRunningCore(GameManagerExtension.RunGameFromGameMa
63
64
if (!TryGetGameExecutablePath(context, out string? gameExecutablePath))
65
{
66
- return false;
+ return true;
67
}
68
69
using Process? process = FindExecutableProcess(gameExecutablePath);
@@ -104,7 +104,7 @@ protected override bool KillRunningGameCore(GameManagerExtension.RunGameFromGame
104
105
106
107
108
109
110
0 commit comments