mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 修正tcp连接检测部分的错误变量名
This commit is contained in:
@@ -1274,7 +1274,7 @@ namespace MaaWpfGui.Main
|
||||
|
||||
// normal -> [host]:[port]
|
||||
string[] addresses = address.Split(':');
|
||||
if (address.Length != 2)
|
||||
if (addresses.Length != 2)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user