删除无用代码
parent
48e362291c
commit
b302bd3601
|
@ -22,7 +22,6 @@ public class SGuildWarRewardConfig implements BaseConfig {
|
||||||
for(Map.Entry<Integer,SGuildWarRewardConfig> entry:config.entrySet()){
|
for(Map.Entry<Integer,SGuildWarRewardConfig> entry:config.entrySet()){
|
||||||
treeReward.putIfAbsent(entry.getValue().getSection(),entry.getValue());
|
treeReward.putIfAbsent(entry.getValue().getSection(),entry.getValue());
|
||||||
}
|
}
|
||||||
System.out.println();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue