Skip to content

Commit 00e81ad

Browse files
authored
fix: reinstall soft_override: true (#5623)
1 parent 2128fa7 commit 00e81ad

File tree

1 file changed

+1
-1
lines changed
  • apps/frontend/src/pages/hosting/manage/[id]/options

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/hosting/manage/[id]/options/loader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ provideInstallationSettings({
410410
project_id: modpack.value.spec.project_id,
411411
version_id: modpack.value.spec.version_id,
412412
},
413-
soft_override: false,
413+
soft_override: true,
414414
})
415415
debug('reinstallModpack: installContent succeeded, invalidating')
416416
invalidateServerState()

0 commit comments

Comments
 (0)