Skip to content

Commit

Permalink
upgrade mindustry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pointifix committed Nov 22, 2022
1 parent 3eadd7e commit 7eaa3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories{

ext{
//the build number that this mod is made for
mindustryVersion = 'v140'
mindustryVersion = 'v140.4'
jabelVersion = "93fde537c7"
sdkRoot = System.getenv("ANDROID_HOME") ?: System.getenv("ANDROID_SDK_ROOT")
}
Expand Down
3 changes: 1 addition & 2 deletions src/autodrill/AutoDrill.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ public boolean keyDown(InputEvent event, KeyCode keyCode) {
!ui.schematics.isShown() &&
!ui.database.isShown() &&
!ui.consolefrag.shown() &&
!ui.content.isShown() &&
!ui.men) {
!ui.content.isShown()) {
if (Core.settings.getString(bundle.get("auto-drill.settings.activation-key")).equalsIgnoreCase(keyCode.value)) {
enabled = !enabled;
selectTable.visible = false;
Expand Down

0 comments on commit 7eaa3e5

Please sign in to comment.