From c6c18696c04c0089525e632a6d24a0db714f046e Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 15 Dec 2020 10:28:12 -0500 Subject: [PATCH] Cleanup --- core/src/mindustry/entities/comp/PuddleComp.java | 2 +- fastlane/metadata/android/en-US/changelogs/29788.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/29788.txt 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