mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Merge branch 'temp_dev6' into 'master'
Allow for Seeded RNG in simulation games! See merge request core-developers/forge!499
This commit is contained in:
@@ -35,7 +35,7 @@ public class KeywordCollection implements Iterable<String>, Serializable {
|
||||
}
|
||||
|
||||
public int size() {
|
||||
return map.values().size();
|
||||
return map.size();
|
||||
}
|
||||
|
||||
public int getAmount(Keyword keyword) {
|
||||
|
||||
Reference in New Issue
Block a user