old code cleanup

This commit is contained in:
2023-07-18 20:17:05 -05:00
parent 4fd9a358a6
commit 3869b3b218
-3
View File
@@ -224,9 +224,6 @@ public class LootManager {
} }
int min = (int)(mobLevel * 2.5f); int min = (int)(mobLevel * 2.5f);
int roll = ThreadLocalRandom.current().nextInt(max-min) + min; int roll = ThreadLocalRandom.current().nextInt(max-min) + min;
if(roll >= 191){
int poo = 0;
}
return roll; return roll;
} }
public static void AddGenTableRow(int tableID, GenTableRow row) { public static void AddGenTableRow(int tableID, GenTableRow row) {