From a436b021cb25067dd9e1a7385697119cdd59bb41 Mon Sep 17 00:00:00 2001 From: TRLKO <16487891+TRLKO@users.noreply.github.com> Date: Sat, 10 Jan 2026 11:28:52 +0100 Subject: [PATCH] fix: NPC Ryan remove item typo --- .../src/main/java/net/swofty/type/thepark/npcs/NPCRyan.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type.thepark/src/main/java/net/swofty/type/thepark/npcs/NPCRyan.java b/type.thepark/src/main/java/net/swofty/type/thepark/npcs/NPCRyan.java index d94dca616..2473e27c6 100644 --- a/type.thepark/src/main/java/net/swofty/type/thepark/npcs/NPCRyan.java +++ b/type.thepark/src/main/java/net/swofty/type/thepark/npcs/NPCRyan.java @@ -125,7 +125,7 @@ public void onClick(NPCInteractEvent event) { } if (data.isCurrentlyActive(MissionGiveRyanDarkOakLogs.class)) { - if (!player.removeItemFromPlayer(ItemType.DARK_OAK_LOG, 512)) { + if (!player.removeItemFromPlayer(ItemType.DARK_OAK_LOG, 256)) { sendNPCMessage(player, "Grab me §a256 Dark Oak Logs §fand I'll make you a badge! You don't have enough yet!"); return; }