diff --git a/core/src/mindustry/entities/comp/PuddleComp.java b/core/src/mindustry/entities/comp/PuddleComp.java index 6fd8e02b03..2ff876ba2c 100644 --- a/core/src/mindustry/entities/comp/PuddleComp.java +++ b/core/src/mindustry/entities/comp/PuddleComp.java @@ -28,7 +28,7 @@ abstract class PuddleComp implements Posc, Puddlec, Drawc{ @Import float x, y; - transient float accepting, updateTime, lastRipple; + transient float accepting, updateTime; float amount; int generation; Tile tile; diff --git a/fastlane/metadata/android/en-US/changelogs/29788.txt b/fastlane/metadata/android/en-US/changelogs/29788.txt new file mode 100644 index 0000000000..7dfe3fe10f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/29788.txt @@ -0,0 +1,3 @@ +[This is a truncated changelog, see Github for full notes] +- Decreased junction item capacity - this may cause slight desync on servers running previous 121 versions, servers are advised to update +- Many various small bugfixes