mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-05 15:01:46 +01:00
Typo fix
This commit is contained in:
parent
27414f65ab
commit
3193c0894e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user