3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 04:50:06 +01:00
Paper/src/main
Brokkonaut 0092460086 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.
2014-04-18 12:17:48 -05:00
..
java Removing broken chunk caching from World. Fixes BUKKIT-5425 2014-04-18 12:17:48 -05:00
resources Update/improve configuration documentation. 2014-02-11 00:49:07 -05:00