Skip to content

Commit

Permalink
Yet another int overflow... (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-alt authored Jul 7, 2022
1 parent 3c409fc commit e557710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ private void prepareElapsedTime()
this.getListOfItem( list, CraftingItemList.ACTIVE );
this.getListOfItem( list, CraftingItemList.PENDING );

int itemCount = 0;
long itemCount = 0;
for( final IAEItemStack ge : list )
{
itemCount += ge.getStackSize();
Expand Down

0 comments on commit e557710

Please sign in to comment.