From ac1c420cb5a9e4074aeb9c271ba2054cf75d11c8 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Fri, 13 Jul 2012 10:01:51 -0700 Subject: [PATCH] Ryokai! --- .../com/gmail/nossr50/util/blockmeta/HashChunkletManager.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkletManager.java b/src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkletManager.java index 9c050d435..c3c8ffe4e 100644 --- a/src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkletManager.java +++ b/src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkletManager.java @@ -368,6 +368,8 @@ public class HashChunkletManager implements ChunkletManager { // TODO: Make this less messy, as it is, it's kinda... depressing to do it like this. // Might also make a mess when we move to stacks, but at that point I think I will write a new Manager... // IMPORTANT! If ChunkletStoreFactory is going to be returning something other than PrimitiveEx we need to remove this, as it will be breaking time for old maps + + /* if(!(storeIn instanceof PrimitiveExChunkletStore)) { ChunkletStore tempStore = ChunkletStoreFactory.getChunkletStore(); if(storeIn != null) { @@ -375,6 +377,7 @@ public class HashChunkletManager implements ChunkletManager { } storeIn = tempStore; } + */ return storeIn; }