id cache clearing derp

This commit is contained in:
octarine-noise
2014-07-11 15:34:23 +02:00
parent 32c4dc6035
commit fad662443d

View File

@@ -106,6 +106,7 @@ public class BlockMatcher {
@SuppressWarnings("unchecked")
@SubscribeEvent
public void handleWorldLoad(WorldEvent.Load event) {
blockIDs.clear();
Iterator<Block> iter = Block.blockRegistry.iterator();
while (iter.hasNext()) {
Block block = iter.next();