Skip to content

Commit

Permalink
Fix typo in settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Satan authored and Almighty-Satan committed Jan 11, 2023
1 parent 023c1f5 commit 2608fc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include 'fmlcore'
include 'mclanguage'
include 'javafmllanguage'
include 'lowcodelanguage'
include 'magmalaucher'
include 'magmalauncher'

include ':mcp'
include ':clean'
Expand All @@ -23,5 +23,3 @@ project(":mcp").projectDir = file("projects/mcp")
project(":clean").projectDir = file("projects/clean")
project(":fmlonly").projectDir = file("projects/fmlonly")
project(":forge").projectDir = file("projects/magma")
include 'magmalauncher'

0 comments on commit 2608fc9

Please sign in to comment.