From a2c9a3a000692ed2b6d8b5354608d84826b9dfc8 Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:21:12 +0100 Subject: [PATCH] Fix small typo in comment --- .../io/github/twokilohertz/hotbarreplace/HotbarReplace.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/twokilohertz/hotbarreplace/HotbarReplace.java b/src/main/java/io/github/twokilohertz/hotbarreplace/HotbarReplace.java index 9b6da0b..4326721 100644 --- a/src/main/java/io/github/twokilohertz/hotbarreplace/HotbarReplace.java +++ b/src/main/java/io/github/twokilohertz/hotbarreplace/HotbarReplace.java @@ -51,7 +51,7 @@ public class HotbarReplace implements ModInitializer { client.interactionManager.clickSlot(player.currentScreenHandler.syncId, i, GLFW.GLFW_MOUSE_BUTTON_1, SlotActionType.PICKUP, player); /* - Wait 50 seconds (on another thread) before attempting to move the new stack + Wait 50 milliseconds (on another thread) before attempting to move the new stack PlayerInventory.MAIN_SIZE added to the selected slot (hotbar slot) is the correct slot ID */ scheduler.schedule(() -> {