Make sure that blocks are actually compiled. Whoopsie 🐮

This commit is contained in:
sauilitired 2018-12-20 19:35:02 +01:00
parent 1543ac50cd
commit 096ad1febe

View File

@ -110,6 +110,7 @@ import java.util.Map.Entry;
unassigned.add(entry.getKey());
} else {
sum += entry.getValue();
temp.put(entry.getKey(), entry.getValue());
}
}
//