mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-01 10:56:42 +02: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