This commit is contained in:
Electroblob
2018-06-02 13:35:37 +01:00
parent 764e10538b
commit 404df6af23
@@ -108,7 +108,7 @@ public class RandomSpell extends LootFunction {
}
}else{
// In theory, swapping this line to the commented one should make absolutely no difference.
element = elements.get(random.nextInt(tiers.size()));
element = elements.get(random.nextInt(elements.size()));
// element = null;
}