mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Fixed Clouds sometimes not saving their names.
This commit is contained in:
parent
e934a812bd
commit
61fa66d1e6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ public class TileEntitySmileyCloud extends TileEntityBase implements IPacketSync
|
||||||
if(!Objects.equals(this.name, this.nameBefore)){
|
if(!Objects.equals(this.name, this.nameBefore)){
|
||||||
this.nameBefore = this.name;
|
this.nameBefore = this.name;
|
||||||
this.sendUpdate();
|
this.sendUpdate();
|
||||||
|
this.markDirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue