Skip to content

Commit

Permalink
Removed redundant enableConsole & update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Jun 8, 2022
1 parent 6772bb3 commit 7bb133b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ repositories{
}

dependencies{
annotationProcessor 'com.github.Anuken:jabel:0.4.0'
compileOnly "com.github.Anuken.MindustryJitpack:core:ac6eff8014"
annotationProcessor 'com.github.Anuken:jabel:0.8.0'
compileOnly "com.github.Anuken.MindustryJitpack:core:211c9e1a16"
compileOnly "com.github.Anuken.Arc:arc-core:dfcb21ce56"
}

Expand Down
2 changes: 0 additions & 2 deletions src/betamindy/BetaMindy.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ public BetaMindy() {

@Override
public void init(){
Vars.enableConsole = true;

scoreLib.loadItems();

itemScores = scoreLib.scores();
Expand Down

0 comments on commit 7bb133b

Please sign in to comment.