remove dumb stuff

This commit is contained in:
hyperdefined
2022-10-04 12:59:16 -04:00
parent f6d35c459c
commit cbbdb4e9c4
9 changed files with 0 additions and 11 deletions

View File

@@ -79,7 +79,6 @@ public class EntityDeath implements Listener {
List<String> lore;
if (meta.hasLore()) {
lore = meta.getLore();
assert lore != null;
for (int x = 0; x < lore.size(); x++) {
if (lore.get(x).contains(droppedByLore)) {
// replace existing tag