back_recharge
parent
ff090866d4
commit
7e7b8a43a3
|
@ -1258,7 +1258,7 @@ public class ItemUtil {
|
|||
itemMap.remove(GlobalsDef.LUOFUZHENG_MONEY);
|
||||
|
||||
}
|
||||
if (itemMap.size() !=0 ){
|
||||
if (itemMap.size() != 0){
|
||||
for (Map.Entry<Integer, Item> entry :itemMap.entrySet()){
|
||||
|
||||
if (entry.getKey() ==Global.STAMINA){
|
||||
|
|
Loading…
Reference in New Issue