Update common/src/main/java/dev/architectury/networking/simple/SimpleNetworkManager.java

Co-authored-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
Max
2023-01-26 12:23:06 +01:00
committed by GitHub
parent 7c242b18f2
commit 7d022f7f33

View File

@@ -85,7 +85,7 @@ public class SimpleNetworkManager {
}
/**
* Convenience method to register a client -&gt; server message with no packet transformers.
* Registers a client -&gt; server message with no packet transformers.
*
* @param id a unique ID for the message, must be a valid value for {@link ResourceLocation#getPath}
* @param decoder the message decoder for the message