Skip to content

Commit 31eeb0e

Browse files
committed
Fixed Party Leave item
1 parent 97f901d commit 31eeb0e

File tree

2 files changed

+121
-479
lines changed

2 files changed

+121
-479
lines changed

src/main/java/net/frozenorb/potpvp/party/PartyItems.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import net.frozenorb.potpvp.PotPvPRP;
44
import net.frozenorb.potpvp.util.ItemUtils;
5+
import org.bukkit.DyeColor;
56
import org.bukkit.Material;
67
import org.bukkit.inventory.ItemStack;
78

@@ -14,7 +15,7 @@ public final class PartyItems {
1415

1516
public static final Material ICON_TYPE = Material.NETHER_STAR;
1617

17-
public static final ItemStack LEAVE_PARTY_ITEM = new ItemStack(Material.FIRE);
18+
public static final ItemStack LEAVE_PARTY_ITEM = new ItemStack(Material.INK_SACK, 1, (byte) DyeColor.RED.getDyeData());
1819
public static final ItemStack ASSIGN_CLASSES = new ItemStack(Material.ITEM_FRAME);
1920
public static final ItemStack START_TEAM_SPLIT_ITEM = new ItemStack(Material.DIAMOND_SWORD);
2021
public static final ItemStack START_FFA_ITEM = new ItemStack(Material.GOLD_SWORD);

0 commit comments

Comments
 (0)