mirror of
https://github.com/songoda/UltimateRepairing.git
synced 2024-11-01 08:20:43 +01:00
fixed
This commit is contained in:
parent
5388335230
commit
5b4e9a96ed
@ -88,7 +88,7 @@ public class UAnvil {
|
||||
return Objects.equals(location, other.location);
|
||||
}
|
||||
public boolean shouldSave(){
|
||||
return hologram || particles || infinity || permPlaced && Methods.isAnvil(getLocation().getBlock().getType());
|
||||
return hologram || particles || infinity || permPlaced;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user