Using inventory.firstEmpty in a while loop crashes the server.
if (fillWithSoup) { while (inventory.firstEmpty() != 1) inventory.addItem(getSingleSoup()); player.updateInventory(); }
^That is the code that I was using when I noticed it.
Using inventory.firstEmpty in a while loop crashes the server.
if (fillWithSoup) { while (inventory.firstEmpty() != 1) inventory.addItem(getSingleSoup()); player.updateInventory(); }
^That is the code that I was using when I noticed it.