no message
This commit is contained in:
parent
1f5977bcc4
commit
1f47588672
|
|
@ -46,6 +46,9 @@ public class DiaoyuConfig {
|
|||
MapleDataTool.getString("mapName", MapleMapFactory.nameData.getChildByPath(getMapStringName(910000000)), "");
|
||||
mapIds.add(diaoYuMap);
|
||||
}
|
||||
public void removemap(int id) {
|
||||
mapIds.removeIf(mapId -> mapId.getId() == id);
|
||||
}
|
||||
|
||||
List<BL> bls=new ArrayList<>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue