Skip to content

Commit

Permalink
1.5.5b
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDeluxeCat committed Jan 30, 2024
1 parent fec9d35 commit 943c88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/mi2u/input/RtsCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -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++){
Expand Down

0 comments on commit 943c88e

Please sign in to comment.