Fixed a bug where Herablism magically converted potatoes to carrots.

This commit is contained in:
Glitchfinder
2012-11-15 16:34:57 -08:00
parent 2b269ebf54
commit 6d42d14575
3 changed files with 80 additions and 80 deletions

View File

@ -208,7 +208,7 @@ public class HashChunkManager implements ChunkManager {
if(world == null)
return;
ChunkletUnloader.addToList(cx, cx, world);
ChunkletUnloader.addToList(cx, cz, world);
}
@Override