back_recharge
duhui 2022-11-11 13:40:27 +08:00
parent ff090866d4
commit 7e7b8a43a3
1 changed files with 1 additions and 1 deletions

View File

@ -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){