mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-06 23:41:21 +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() {
|
||||
return guiItem == null ? null : guiItem.getGuiItem();
|
||||
return guiItem == null ? CMIMaterial.STONE.newItemStack() : guiItem.getGuiItem();
|
||||
}
|
||||
|
||||
public int getGuiSlot() {
|
||||
|
Loading…
Reference in New Issue
Block a user