1.14.4-pre4

This commit is contained in:
modmuss50 2019-07-10 14:42:04 +01:00
parent 592d1d229f
commit ea100f613b
10 changed files with 17 additions and 16 deletions
fabric-networking-v0/src/main/java/net/fabricmc/fabric/impl/network

View file

@ -53,7 +53,7 @@ public class ClientSidePacketRegistryImpl extends PacketRegistryImpl implements
// stay closer to the vanilla codepath
handler.sendPacket(packet);
} else {
handler.getClientConnection().send(packet, completionListener);
handler.getConnection().send(packet, completionListener);
}
} else {
LOGGER.warn("Sending packet " + packet + " to server failed, not connected!");