mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +00:00
Fix inverted if
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
[_callbacks launchFailed];
|
||||
return;
|
||||
}
|
||||
else if ([currentGame isEqualToString:@"0"]) {
|
||||
else if (![currentGame isEqualToString:@"0"]) {
|
||||
// App already running, resume it
|
||||
if (![self resumeApp:hMan]) {
|
||||
[_callbacks launchFailed];
|
||||
|
||||
Reference in New Issue
Block a user