mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-22 12:13:35 +00:00
Fix inverted if
This commit is contained in:
parent
f0b6602b99
commit
0ccf046c69
@ -46,7 +46,7 @@
|
|||||||
[_callbacks launchFailed];
|
[_callbacks launchFailed];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if ([currentGame isEqualToString:@"0"]) {
|
else if (![currentGame isEqualToString:@"0"]) {
|
||||||
// App already running, resume it
|
// App already running, resume it
|
||||||
if (![self resumeApp:hMan]) {
|
if (![self resumeApp:hMan]) {
|
||||||
[_callbacks launchFailed];
|
[_callbacks launchFailed];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user