Fixed limited formats not showing blocks properly and not filtering cultures properly.

This commit is contained in:
Christian 'ketura' McCarty
2024-12-10 23:28:18 -06:00
parent 43510ab0b7
commit 1c47afbee3

View File

@@ -121,7 +121,7 @@ public class LotroFormatLibrary {
}
}
for(var format : _hallFormats.values()) {
for(var format : _allFormats.values()) {
format.generateBlockFilter(_allFormats, _cardLibrary.getSetDefinitions());
}