More name updates, should help in a few places

This commit is contained in:
modmuss50
2018-10-25 12:40:41 +01:00
parent 252b06bfc2
commit 90746a93c1
7 changed files with 14 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ public class RunServerTask extends JavaExec {
libs.add(Constants.MINECRAFT_FINAL_JAR.get(extension).getAbsolutePath());
classpath(libs);
args("--tweakClass", "com.openmodloader.loader.launch.OpenServerTweaker");
args("--tweakClass", "net.fabricmc.base.launch.FabricServerTweaker");
setWorkingDir(new File(getProject().getRootDir(), "run"));