I may be misunderstanding
In the Forge networking manager impl (this line:
|
NetworkManager.sendToServer(NetworkManagerImpl.SYNC_IDS, NetworkManagerImpl.sendSyncPacket(NetworkManagerImpl.C2S)); |
):
- Client recvs a list of packets that the server can handle (i.e. C2S packets)
- Client should respond with a list of packets that it can handle (i.e. S2C packets)
It seems there is a typo in the referenced line causing the client to send registered C2S handlers instead.
I have only verified this exists on 1.20.1.
I may be misunderstanding
In the Forge networking manager impl (this line:
architectury-api/forge/src/main/java/dev/architectury/networking/forge/ClientNetworkingManager.java
Line 50 in cd74016
It seems there is a typo in the referenced line causing the client to send registered C2S handlers instead.
I have only verified this exists on 1.20.1.