[AGENT][INIT] 修复Agent启动的Bug
This commit is contained in:
@@ -64,10 +64,10 @@ public class XrayDBOperator {
|
||||
.stream()
|
||||
.map(
|
||||
serverInfoVO -> {
|
||||
|
||||
// 这里应该是 "Paripark Seoul KR"
|
||||
String serverCity = serverInfoVO
|
||||
.getLocation()
|
||||
.split(" ")[0];
|
||||
.split(" ")[1];
|
||||
int cityBitMapBase = ALL_SERVER_CITY_INDEX.get(serverCity) * 10;
|
||||
int serverGraphNum = cityBitMapBase;
|
||||
for (int index = cityBitMapBase; index < cityBitMapBase + 10; index++) {
|
||||
|
||||
Reference in New Issue
Block a user