Renamed markDirty
(#431)
This commit is contained in:
parent
e5ed351f3e
commit
4ab1d89258
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ public class PedestalBlock extends BaseBlockNotFull implements EntityBlock {
|
||||||
if (blockEntity instanceof InfusionPedestalEntity) {
|
if (blockEntity instanceof InfusionPedestalEntity) {
|
||||||
InfusionPedestalEntity pedestal = (InfusionPedestalEntity) blockEntity;
|
InfusionPedestalEntity pedestal = (InfusionPedestalEntity) blockEntity;
|
||||||
if (pedestal.hasRitual()) {
|
if (pedestal.hasRitual()) {
|
||||||
pedestal.getRitual().markDirty();
|
pedestal.getRitual().setDirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -228,7 +228,7 @@ public class InfusionRitual implements Container {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void markDirty() {
|
public void setDirty() {
|
||||||
this.isDirty = true;
|
this.isDirty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue