From 78563675f4b996dc960ffacd6d0509b94e7a3720 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 10 May 2018 22:37:31 +0100 Subject: [PATCH] Change Armour's Kit NPC armour to IRON --- .../Mineplex.Core/src/mineplex/core/game/kit/GameKit.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/game/kit/GameKit.java b/Plugins/Mineplex.Core/src/mineplex/core/game/kit/GameKit.java index 5d1239882..38a2cbfff 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/game/kit/GameKit.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/game/kit/GameKit.java @@ -1686,10 +1686,10 @@ public enum GameKit new ItemStack(Material.GOLD_HELMET), new ItemStack[] { - new ItemStack(Material.GOLD_BOOTS), - new ItemStack(Material.GOLD_LEGGINGS), - new ItemStack(Material.GOLD_CHESTPLATE), - new ItemStack(Material.GOLD_HELMET) + new ItemStack(Material.IRON_BOOTS), + new ItemStack(Material.IRON_LEGGINGS), + new ItemStack(Material.IRON_CHESTPLATE), + new ItemStack(Material.IRON_HELMET) } ), 2000