~ Changed something to help 580afb0.

This commit is contained in:
Steffion 2013-08-27 22:25:31 +02:00
parent 4f6090fb31
commit 9f571aa181

View File

@ -171,7 +171,7 @@ public class InventoryHandler {
public static void openDisguiseBlocks(Arena arena, Player player) { public static void openDisguiseBlocks(Arena arena, Player player) {
String arenaname = arena.arenaName; String arenaname = arena.arenaName;
Inventory panel = Bukkit.createInventory(null, 36, Inventory panel = Bukkit.createInventory(null, 36,
MessageM.replaceAll("\u00A7r%N&lDisguiseBlocks")); MessageM.replaceAll("%N&lDisguiseBlocks"));
ItemStack arenaNameNote = new ItemStack(Material.PAPER, 1); ItemStack arenaNameNote = new ItemStack(Material.PAPER, 1);
ItemMeta arenaNameNote_IM = arenaNameNote.getItemMeta(); ItemMeta arenaNameNote_IM = arenaNameNote.getItemMeta();