1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Resolve merge conflict

This commit is contained in:
Senne 2021-06-28 10:59:09 +02:00
commit 369efa6be3
No known key found for this signature in database
GPG Key ID: EA68733326BBA376

View File

@ -294,9 +294,7 @@ public final class SlimefunUtils {
return false;
} else if (itemMeta.hasDisplayName() && sfitemMeta.hasDisplayName() && !itemMeta.getDisplayName().equals(sfitemMeta.getDisplayName())) {
return false;
}
if (checkLore) {
} else if (checkLore) {
if (itemMeta.hasLore() && sfitemMeta.hasLore() && !equalsLore(itemMeta.getLore(), sfitemMeta.getLore())) {
return false;
}