mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-21 00:54:31 +02:00
Fix Modrinth exports of external files with omitted side field
This commit is contained in:
@@ -138,7 +138,7 @@ var exportCmd = &cobra.Command{
|
||||
envInstalled = "required"
|
||||
}
|
||||
var clientEnv, serverEnv string
|
||||
if dl.Mod.Side == core.UniversalSide {
|
||||
if dl.Mod.Side == core.UniversalSide || dl.Mod.Side == core.EmptySide {
|
||||
clientEnv = envInstalled
|
||||
serverEnv = envInstalled
|
||||
} else if dl.Mod.Side == core.ClientSide {
|
||||
|
Reference in New Issue
Block a user