removed if statement that wasn't needed

This commit is contained in:
FireBall1725 2014-09-28 14:58:20 -04:00
parent 31434c1382
commit 383de1f894

View file

@ -41,9 +41,7 @@ if (hasProperty("teamcity")) {
version = teamcity["build.number"]
// Fix for main branch being built
if (teamcity["teamcity.build.branch.is_default"]) {
version = version.replaceAll("/", "-")
}
version = version.replaceAll("/", "-")
}
// Add Coremod Manifest