Bugfix attempt #2

This commit is contained in:
Aria 2023-02-22 20:36:54 -07:00
parent 87ed217b97
commit de6486ec44
3 changed files with 4 additions and 2 deletions

View file

@ -43,6 +43,8 @@ public class ItemUtils {
}catch(Exception e)
{
ret =0;
}finally{
if(ret == null)ret =0;
}
return ret;