Remove LW, should also fix lwjgl 2 being added

This commit is contained in:
modmuss50
2018-08-07 12:42:50 +01:00
parent 18dfa2cdb2
commit 60fd3105cc
2 changed files with 1 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ public class RunClientTask extends JavaExec {
@Override
public String getMain() {
return "net.minecraft.launchwrapper.Launch";
return "cpw.mods.modlauncher.Launcher";
}
@Override