From 5e4c0ebad9f7c116887853a1075f22ae3345b8b8 Mon Sep 17 00:00:00 2001 From: enbrain <69905075+enbrain@users.noreply.github.com> Date: Fri, 14 May 2021 04:50:49 +0900 Subject: [PATCH] Fix GameModeCommand.setGameMode (#2396) --- mappings/net/minecraft/server/command/GameModeCommand.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/server/command/GameModeCommand.mapping b/mappings/net/minecraft/server/command/GameModeCommand.mapping index 690028a112..6a536926f2 100644 --- a/mappings/net/minecraft/server/command/GameModeCommand.mapping +++ b/mappings/net/minecraft/server/command/GameModeCommand.mapping @@ -9,7 +9,7 @@ CLASS net/minecraft/class_3064 net/minecraft/server/command/GameModeCommand ARG 0 dispatcher METHOD method_13389 (Lnet/minecraft/class_2168;)Z ARG 0 source - METHOD method_13390 setGameMode (Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;Lnet/minecraft/class_1934;)V + METHOD method_13390 sendFeedback (Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;Lnet/minecraft/class_1934;)V ARG 0 source ARG 1 player ARG 2 gameMode