mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 05:08:01 +08:00
Fix: [ALAS] Don't redirect 5555 to MuMu serials on MAC as BlueStacks Air would use it
This commit is contained in:
@@ -1025,10 +1025,7 @@ class Connection(ConnectionAttr):
|
|||||||
self.serial = emu_serial
|
self.serial = emu_serial
|
||||||
|
|
||||||
# Redirect MuMu12 from 127.0.0.1:7555 to 127.0.0.1:16xxx
|
# Redirect MuMu12 from 127.0.0.1:7555 to 127.0.0.1:16xxx
|
||||||
if (
|
if self.serial == '127.0.0.1:7555':
|
||||||
(IS_WINDOWS and self.serial == '127.0.0.1:7555')
|
|
||||||
or (IS_MACINTOSH and self.serial == '127.0.0.1:5555')
|
|
||||||
):
|
|
||||||
for _ in range(2):
|
for _ in range(2):
|
||||||
mumu12 = available.select(may_mumu12_family=True)
|
mumu12 = available.select(may_mumu12_family=True)
|
||||||
if mumu12.count == 1:
|
if mumu12.count == 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user