mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-31 04:46:42 +00:00
Fixed every item showing as reforgable
This commit is contained in:
@@ -39,7 +39,7 @@ class ReforgesDisplay(private val plugin: ReforgesPlugin) : DisplayModule(plugin
|
||||
) {
|
||||
val target = ReforgeTarget.getForItem(itemStack)
|
||||
|
||||
if (target == null && itemStack.type != Material.PLAYER_HEAD) {
|
||||
if (target.isEmpty() && itemStack.type != Material.PLAYER_HEAD) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user