Fixed bug

This commit is contained in:
Verox001 2023-07-23 15:01:29 +02:00
parent 5cb070ae3c
commit f8bf16dcb9

View File

@ -9,7 +9,7 @@ public class Pool {
public Pool(int rolls, Map<String, Integer> entries) {
this.rolls = rolls;
this.entries = new HashMap<>();
this.entries = entries;
}
public int getTotalWeight() {