Merge branch 'master_prb_gn' into master_test_gn

jiahuiwen 2022-01-24 10:58:53 +08:00
commit a7c5616dbf
1 changed files with 4 additions and 0 deletions

View File

@ -282,6 +282,10 @@ public class ExplorerMapLogic {
List<Integer> delayId = new ArrayList<>();
List<Integer> deleteMapPlayer = new ArrayList<>(); //地图玩家信息
for (Map.Entry<Integer, ExplorerInfo> keyVal : explorer.entrySet()) {
if(keyVal.getValue().getMapId() == 0){
delayId.add(keyVal.getKey());
continue;
}
//探索时间到期
if(keyVal.getValue().getMapId() == 0){
delayId.add(keyVal.getKey());