删除无用代码

lvxinran 2020-05-22 16:20:39 +08:00
parent 48e362291c
commit b302bd3601
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ public class SGuildWarRewardConfig implements BaseConfig {
for(Map.Entry<Integer,SGuildWarRewardConfig> entry:config.entrySet()){
treeReward.putIfAbsent(entry.getValue().getSection(),entry.getValue());
}
System.out.println();
}