mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-16 09:23:12 +01:00
mark the underlying chunk of aura chunks dirty so that they don't forget to save if something changes
This commit is contained in:
parent
13fd338ad3
commit
58169599e6
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ public class AuraChunk implements IAuraChunk {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void markDirty() {
|
public void markDirty() {
|
||||||
|
this.chunk.markDirty();
|
||||||
this.needsSync = true;
|
this.needsSync = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue