VersionJar is not needed. (#26)

This commit is contained in:
Daniel Scalzi
2019-03-06 22:47:45 -05:00
parent 90818245f3
commit 448440a604
7 changed files with 17 additions and 30 deletions

View File

@@ -190,9 +190,6 @@ class Module {
case exports.Types.VersionManifest:
this.artifact.path = path.join(ConfigManager.getCommonDirectory(), 'versions', this.getIdentifier(), `${this.getIdentifier()}.json`)
break
case exports.Types.VersionJar:
this.artifact.path = path.join(ConfigManager.getCommonDirectory(), 'versions', this.getIdentifier(), `${this.getIdentifier()}.jar`)
break
case exports.Types.File:
default:
this.artifact.path = path.join(ConfigManager.getInstanceDirectory(), serverid, pth)