From 15d3ef9a796de0b7dee86abbeaaa8a7d8be114cd Mon Sep 17 00:00:00 2001 From: haykam821 <24855774+haykam821@users.noreply.github.com> Date: Wed, 25 Aug 2021 11:25:53 -0400 Subject: [PATCH] Rename the GameModeSelectionScreen.GameMode class to GameModeSelection (#2647) Fixes #2626 --- .../minecraft/client/gui/screen/GameModeSelectionScreen.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/client/gui/screen/GameModeSelectionScreen.mapping b/mappings/net/minecraft/client/gui/screen/GameModeSelectionScreen.mapping index 57872496cf..c2cb6ee782 100644 --- a/mappings/net/minecraft/client/gui/screen/GameModeSelectionScreen.mapping +++ b/mappings/net/minecraft/client/gui/screen/GameModeSelectionScreen.mapping @@ -18,7 +18,7 @@ CLASS net/minecraft/class_5289 net/minecraft/client/gui/screen/GameModeSelection METHOD method_28068 apply ()V METHOD method_28069 checkForClose ()Z METHOD method_30106 getPreviousGameMode ()Lnet/minecraft/class_1934; - CLASS class_5290 GameMode + CLASS class_5290 GameModeSelection FIELD field_24580 VALUES [Lnet/minecraft/class_5289$class_5290; FIELD field_24581 text Lnet/minecraft/class_2561; FIELD field_24582 command Ljava/lang/String;