Skip to content

Commit

Permalink
increment i 馃拃
Browse files Browse the repository at this point in the history
  • Loading branch information
BalaM314 committed May 20, 2024
1 parent 2df05bf commit 0de7e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void updateTile(){
poofOut();
lastItem = null;
}
if(i > 2 * itemCapacity){
if(i++ > 2 * itemCapacity){
if(player != null){
ui.chatfrag.addMessage(Strings.format("[scarlet]Foo's prevented a client crash!!!!! [orange]Stack router at (@,@), trying to unload item @, current items:@, too many loops! Please report how you got this error, including a screenshot of the surroundings!", x / 8, y / 8, lastItem.name, items.toString()));
}
Expand Down

0 comments on commit 0de7e51

Please sign in to comment.