Use original loading of vanilla

This commit is contained in:
zeruth
2019-06-18 13:21:46 -04:00
parent 56f5a96f76
commit bf456d6c80
2 changed files with 1 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ public class InjectMojo extends AbstractMojo
private File outputDirectory;
@Parameter(defaultValue = "./runescape-client/target/rs-client-${project.version}.jar", readonly = true, required = true)
private String rsClientPath;
@Parameter(defaultValue = "./vanilla-180.jar", readonly = true, required = true)
@Parameter(defaultValue = "${net.runelite.rs:vanilla:jar}", readonly = true, required = true)
private String vanillaPath;
@Override

Binary file not shown.