summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityLiving.java
diff options
context:
space:
mode:
authorBrokkonaut <hannos17@gmx.de>2014-02-20 02:20:32 +0100
committerTravis Watkins <amaranth@ubuntu.com>2014-04-18 12:17:48 -0500
commit0092460086aaa09879ac33195b32229dc9476eb0 (patch)
tree30635fd53ff6c4564514d179e7136b8457897c85 /src/main/java/net/minecraft/server/EntityLiving.java
parent890a4af12fce9c28dcc69aebf14078420293dc00 (diff)
downloadcraftbukkit-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