From b29ca34a95055807d626cb86b26131ce139e7f8c Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 4 Feb 2023 23:44:41 +0800 Subject: [PATCH] Fix wrong name of `method_10772`. (#3473) --- mappings/net/minecraft/network/ClientConnection.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/network/ClientConnection.mapping b/mappings/net/minecraft/network/ClientConnection.mapping index 18ddaebea8..effa7ad758 100644 --- a/mappings/net/minecraft/network/ClientConnection.mapping +++ b/mappings/net/minecraft/network/ClientConnection.mapping @@ -101,7 +101,7 @@ CLASS net/minecraft/class_2535 net/minecraft/network/ClientConnection METHOD method_10769 connectLocal (Ljava/net/SocketAddress;)Lnet/minecraft/class_2535; ARG 0 address METHOD method_10771 isEncrypted ()Z - METHOD method_10772 hasChannel ()Z + METHOD method_10772 isChannelAbsent ()Z METHOD method_30615 updateStats ()V METHOD method_32306 getState ()Lnet/minecraft/class_2539; COMMENT Returns the current network state of this connection.