AudiID junk removal

This commit is contained in:
2024-03-10 07:19:11 -04:00
parent 5537934f88
commit 76d723669a
2 changed files with 0 additions and 65 deletions
-1
View File
@@ -76,7 +76,6 @@ public final class MobLoot extends Item {
this.setNumOfItems(quantity);
this.noSteal = noSteal;
this.setIsID(this.getItemBase().isAutoID());
// Class is 'final'; passing 'this' should be okay at the end of the constructor