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; }