Remove --local-injected from the run config

Title
This commit is contained in:
Thomas Cylke
2019-07-29 07:02:52 -04:00
parent 3e91376a47
commit 2b92c9b938

View File

@@ -91,5 +91,4 @@ wrapper {
run {
classpath = childProjects.client.sourceSets.main.runtimeClasspath
mainClassName = "net.runelite.client.RuneLite"
args += "--local-injected"
}