mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-11-22 16:44:04 +01:00
Fix Remote Play not working when using different network (#538)
This commit is contained in:
@@ -87,7 +87,7 @@ export class XhomeInterceptor {
|
||||
];
|
||||
|
||||
XhomeInterceptor.consoleAddrs = {};
|
||||
for (const pair in pairs) {
|
||||
for (const pair of pairs) {
|
||||
const [keyAddr, keyPort] = pair;
|
||||
if (serverDetails[keyAddr]) {
|
||||
const port = serverDetails[keyPort];
|
||||
|
||||
Reference in New Issue
Block a user