Skip to content

Commit 5833634

Browse files
committed
Merge pull request #237 from Minecrell/patch-1
Fix typo when making run tasks. Fixes #236
2 parents d3f3db3 + 299d52f commit 5833634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/minecraftforge/gradle/user/UserBasePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ protected void makeRunTasks()
691691
exec.dependsOn("makeStart");
692692
}
693693

694-
if (this.hasClientRun())
694+
if (this.hasServerRun())
695695
{
696696
JavaExec exec = makeTask("runServer", JavaExec.class);
697697
exec.getOutputs().dir(delayedFile(REPLACE_RUN_DIR));

0 commit comments

Comments
 (0)