0消耗判断
parent
897563644f
commit
2d788828d5
|
@ -1261,7 +1261,7 @@ public class ItemUtil {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
if (entry.getValue() <= 0) {
|
||||
if (entry.getValue() < 0) {
|
||||
LOGGER.info("checkCost uid=>{} use negative item itemId=>{} count=>{}", user.getId(), entry.getKey(), entry.getValue());
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
package PACKAGE_NAME;
|
||||
|
||||
public class Test {
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
package db;
|
||||
|
||||
public class Test {
|
||||
}
|
Loading…
Reference in New Issue