This commit is contained in:
Brianna O'Keefe 2018-12-29 11:47:37 -05:00
parent 5388335230
commit 5b4e9a96ed

View File

@ -88,7 +88,7 @@ public class UAnvil {
return Objects.equals(location, other.location); return Objects.equals(location, other.location);
} }
public boolean shouldSave(){ public boolean shouldSave(){
return hologram || particles || infinity || permPlaced && Methods.isAnvil(getLocation().getBlock().getType()); return hologram || particles || infinity || permPlaced;
} }
@Override @Override