Fixed spacing

This commit is contained in:
LogGits 2020-08-06 17:02:05 +10:00 committed by GitHub
parent 6949077b22
commit 5ba1c2d3fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ public class ItemInfo implements CommandExecutor {
Bukkit.getPluginManager().callEvent(parseEvent);
item = parseEvent.getItem();
}
ItemInfoEvent event = new ItemInfoEvent(sender, item);
ChestShop.callEvent(event);
return !MaterialUtil.isEmpty(item);
}
}