Skip to content

Commit 4ffcc0f

Browse files
committed
修复原版不正常生成的问题
1 parent 7e287f2 commit 4ffcc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vanilla.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func DownloadServerJar(version, loader, librariesDir string) error {
2121
}
2222

2323
var serverPath string
24-
if loader == "fabric" {
24+
if loader == "fabric" || loader == "vanilla" {
2525
serverPath = filepath.Join(".", serverFileName)
2626
} else {
2727
serverPath = filepath.Join(librariesDir, "net", "minecraft", "server", version, serverFileName)

0 commit comments

Comments
 (0)