Fix poss ball again

This commit is contained in:
Tara Piccari 2024-01-30 16:01:13 -07:00
parent f300117409
commit 4ed87fcae9

View file

@ -170,6 +170,12 @@ public class ThrownPossBall extends ThrowableItemProjectile
// Ensure no entity tag!
tag.remove("entity");
if(tag.size()==0)
{
tag=null;
item.setTag(null);
}
//if(item.getDamageValue() >= item.getMaxDamage())
// return;