合服测试3
parent
0166becd77
commit
29a6e674ac
|
@ -45,6 +45,9 @@ public class CoreLogic {
|
|||
|
||||
public boolean isHefu(int serverId) {
|
||||
CHefuInfo hefuInfo = findHefuInfo();
|
||||
if (hefuInfo == null){
|
||||
return false;
|
||||
}
|
||||
return hefuInfo.getSlaveServerIds().contains(serverId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue