mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Fixed a bug where Herablism magically converted potatoes to carrots.
This commit is contained in:
@ -208,7 +208,7 @@ public class HashChunkManager implements ChunkManager {
|
||||
if(world == null)
|
||||
return;
|
||||
|
||||
ChunkletUnloader.addToList(cx, cx, world);
|
||||
ChunkletUnloader.addToList(cx, cz, world);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user