We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3363dcb commit 2c791b2Copy full SHA for 2c791b2
server/forge.go
@@ -47,6 +47,8 @@ func (inst *ForgeInstaller) Install(serverDir string, serverFile string) error {
47
}
48
49
version = sorted[0].String()
50
+ } else {
51
+ version = inst.MinecraftVersion + "-" + version
52
53
54
u := fmt.Sprintf(
0 commit comments