From 943c88e6313857050bc4dc856a7b69bea6f1a042 Mon Sep 17 00:00:00 2001 From: BlackDeluxeCat <65377021+BlackDeluxeCat@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:36:08 +0800 Subject: [PATCH] 1.5.5b --- mod.hjson | 2 +- src/mi2u/input/RtsCommand.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.hjson b/mod.hjson index ed774ca..da3239f 100644 --- a/mod.hjson +++ b/mod.hjson @@ -5,7 +5,7 @@ displayName: "MI2-Utilities Java" name: "mi2-utilities-java" #the mod version -version: 1.5.5 +version: 1.5.5b #the minimum game build required to run this mod minGameVersion: 146 diff --git a/src/mi2u/input/RtsCommand.java b/src/mi2u/input/RtsCommand.java index a3ecb7f..6ecfa83 100644 --- a/src/mi2u/input/RtsCommand.java +++ b/src/mi2u/input/RtsCommand.java @@ -23,7 +23,7 @@ public class RtsCommand{ public static long doubleTapInterval = MI2USettings.getInt("rtsFormDoubleTap", 300); - public static boolean lowHealthBack = true; + public static boolean lowHealthBack = false; //TODO formation auto control public static void init(){ for(int i = 0; i < 10; i++){