mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-14 11:21:43 +01:00
Defaulting GUI itemstack to stone
This commit is contained in:
parent
f430bcfd30
commit
8010899bdf
@ -294,7 +294,7 @@ public class Job {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public ItemStack getGuiItem() {
|
public ItemStack getGuiItem() {
|
||||||
return guiItem == null ? null : guiItem.getGuiItem();
|
return guiItem == null ? CMIMaterial.STONE.newItemStack() : guiItem.getGuiItem();
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getGuiSlot() {
|
public int getGuiSlot() {
|
||||||
|
Loading…
Reference in New Issue
Block a user