No longer use sponges own tweak class, run client task now uses the obfed jar.

This commit is contained in:
modmuss50
2018-05-14 21:29:48 +01:00
parent 66c043f171
commit 5546d876fb
3 changed files with 4 additions and 6 deletions

View File

@@ -66,7 +66,6 @@ public class RunServerTask extends JavaExec {
classpath(libs);
args("--tweakClass", "com.openmodloader.loader.launch.OpenServerTweaker");
args("--tweakClass", "org.spongepowered.asm.launch.MixinTweaker");
setWorkingDir(new File(getProject().getRootDir(), "run"));