We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d103a9f commit fd189cdCopy full SHA for fd189cd
src/main/java/mekanism/common/lib/distribution/Target.java
@@ -36,6 +36,7 @@ protected Target() {
36
protected Target(Collection<HANDLER> allHandlers) {
37
this.handlers = Collections.unmodifiableCollection(allHandlers);
38
this.needed = new ArrayList<>(allHandlers.size() / 2);
39
+ this.handlerCount = allHandlers.size();
40
}
41
42
protected Target(int expectedSize) {
0 commit comments