This commit is contained in:
themode 2020-11-21 10:27:39 +01:00
parent 27414f65ab
commit 3193c0894e

View File

@ -525,7 +525,7 @@ public final class MinecraftServer {
* Gets if the packet caching feature is enabled.
* <p>
* This feature allows some packets (implementing the {@link net.minestom.server.utils.cache.CacheablePacket} to be cached
* in order to do not have to be written and compressed over and over gain), this is especially useful for chunk and light packets.
* in order to do not have to be written and compressed over and over again), this is especially useful for chunk and light packets.
* <p>
* It is enabled by default and it is our recommendation, you should only disable it if you want to focus on low memory usage
* at the cost of many packet writing and compression.