Skip to content

Commit 0281c9a

Browse files
Use the correct custom model data for lock button
1 parent 01e4c5a commit 0281c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/eccentric_nz/TARDIS/chameleon/TARDISChameleonInventory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private ItemStack[] getItemStack() {
121121
ItemMeta circuit = lock.getItemMeta();
122122
circuit.setDisplayName(plugin.getChameleonGuis().getString("LOCK"));
123123
circuit.setLore(plugin.getChameleonGuis().getStringList("LOCK_LORE"));
124-
circuit.setCustomModelData(GUIChameleon.BUTTON_CONSTRUCT.getCustomModelData());
124+
circuit.setCustomModelData(GUIChameleon.BUTTON_LOCK.getCustomModelData());
125125
lock.setItemMeta(circuit);
126126
}
127127
// Disabled radio button

0 commit comments

Comments
 (0)