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:
Sol
2018-05-01 01:01:30 +00:00
19 changed files with 50 additions and 23 deletions

View File

@@ -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) {