mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2025-01-03 23:17:42 +01:00
Fix issue when WALL_TORCH and WALL_SING was without icon.
This commit is contained in:
parent
24646678bf
commit
7e3876f391
@ -245,7 +245,7 @@ public class GuiUtils
|
||||
ItemStack itemStack;
|
||||
|
||||
// Process items that cannot be item-stacks.
|
||||
if (material.name().contains("_WALL"))
|
||||
if (material.name().contains("WALL_"))
|
||||
{
|
||||
// Materials that is attached to wall cannot be showed in GUI. But they should be in list.
|
||||
itemStack = new ItemStack(Material.getMaterial(material.name().replace("WALL_", "")));
|
||||
|
Loading…
Reference in New Issue
Block a user