diff --git a/src/main/java/net/minestom/server/MinecraftServer.java b/src/main/java/net/minestom/server/MinecraftServer.java index 7e9b54f61..b8362c430 100644 --- a/src/main/java/net/minestom/server/MinecraftServer.java +++ b/src/main/java/net/minestom/server/MinecraftServer.java @@ -525,7 +525,7 @@ public final class MinecraftServer { * Gets if the packet caching feature is enabled. *

* 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. *

* 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.