diff options
author | Brokkonaut <hannos17@gmx.de> | 2014-02-20 02:20:32 +0100 |
---|---|---|
committer | Travis Watkins <amaranth@ubuntu.com> | 2014-04-18 12:17:48 -0500 |
commit | 0092460086aaa09879ac33195b32229dc9476eb0 (patch) | |
tree | 30635fd53ff6c4564514d179e7136b8457897c85 /src/main/java/net/minecraft/server/EntityLiving.java | |
parent | 890a4af12fce9c28dcc69aebf14078420293dc00 (diff) | |
download | craftbukkit-0092460086aaa09879ac33195b32229dc9476eb0.tar craftbukkit-0092460086aaa09879ac33195b32229dc9476eb0.tar.gz craftbukkit-0092460086aaa09879ac33195b32229dc9476eb0.tar.lz craftbukkit-0092460086aaa09879ac33195b32229dc9476eb0.tar.xz craftbukkit-0092460086aaa09879ac33195b32229dc9476eb0.zip |
Removing broken chunk caching from World. Fixes BUKKIT-5425
Chunk caching in the World class does not know about outdated cache values.
This caused various problems when accessing previously unloaded chunks. The
caching also did not improve the performance so it is removed.
Synchronization is also not necessary, because all accesses to getChunkAt
may only come from the main thread.
Diffstat (limited to 'src/main/java/net/minecraft/server/EntityLiving.java')
0 files changed, 0 insertions, 0 deletions