Skip to content

Commit

Permalink
Compatibility with v122.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antsif-a committed Jan 3, 2021
1 parent a222658 commit 8ce6295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

ext {
mindustryVersion = 'v121'
mindustryVersion = 'v122.1'

pluginVersion = {
def configFile = file("$rootDir/src/main/resources/plugin.json")
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/jseval/JSEval.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

import arc.util.*;
import mindustry.gen.*;
import mindustry.mod.Plugin;
import mindustry.mod.*;

import static mindustry.Vars.*;

@SuppressWarnings("unused")
public class JSEval extends Plugin {

@Override
Expand Down

0 comments on commit 8ce6295

Please # to comment.