fixed tm
This commit is contained in:
parent
523b15e289
commit
cb74d83e6c
@ -27,7 +27,10 @@ func InstallMod(pkg string) {
|
||||
|
||||
mod := api.GetModData(tools.ExposeModString(pkg))
|
||||
for _, dep := range mod.Versions[0].Dependencies {
|
||||
InstallMod(tools.ExposeModString(dep))
|
||||
depString := tools.ExposeModString(dep)
|
||||
if depString != "tristanmcpherson-R2API" && depString != "bbepis-BepInExPack" {
|
||||
InstallMod(depString)
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Println(buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user