Skip to content

Commit

Permalink
it's been a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Feb 2, 2025
1 parent e2c7e86 commit c42fa72
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ abstract class MinecraftConfig(val project: Project, val sourceSet: SourceSet) :
project.logger.info("setting minecraft side to $sideConf")
if (sideConf.equals("combined", true)) {
side = EnvType.JOINED
} else {
side = EnvType.valueOf(sideConf.uppercase())
}
side = EnvType.valueOf(sideConf.uppercase())
}

/**
Expand Down

0 comments on commit c42fa72

Please sign in to comment.