diff --git a/data/net/minecraft/client/Minecraft.mapping b/data/net/minecraft/client/Minecraft.mapping index dd46999d87..1a9d444277 100644 --- a/data/net/minecraft/client/Minecraft.mapping +++ b/data/net/minecraft/client/Minecraft.mapping @@ -121,7 +121,7 @@ CLASS net/minecraft/client/Minecraft COMMENT Displays the in-game menu ARG 1 pauseOnly METHOD pickBlock ()V - COMMENT Called when user clicked he's mouse middle button (pick block) + COMMENT Called when the user clicked his mouse middle button (pick block) METHOD reloadResourcePacks (ZLnet/minecraft/client/Minecraft$GameLoadCookie;)Ljava/util/concurrent/CompletableFuture; ARG 1 error ARG 2 gameLoadCookie @@ -154,7 +154,7 @@ CLASS net/minecraft/client/Minecraft METHOD showOnlyReducedInfo ()Z COMMENT Whether to use reduced debug info METHOD startUseItem ()V - COMMENT Called when user clicked he's mouse right button (place) + COMMENT Called when the user clicked his mouse right button (place) METHOD stop ()V COMMENT Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly. METHOD tick ()V