resource stacking update

This commit is contained in:
2024-02-19 18:39:02 -06:00
parent be902cf09c
commit 84a75f6b83
2 changed files with 14 additions and 25 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public class SimulateBootyCmd extends AbstractDevCmd {
int failures = 0;
int goldAmount = 0;
for (int i = 0; i < 1000; ++i) {
for (int i = 0; i < 10000; ++i) {
try {
mob.loadInventory();