Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
make fallback settings linked
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsupermanhd committed Sep 20, 2024
1 parent 2ccef84 commit 6c885c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geninstance.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func generateInstance(instcfg lac.Conf) (inst *instance, err error) {
inst.cfgs = []lac.Conf{
inst.cfg.DupSubTree("maps", inst.Settings.MapName),
inst.cfg,
cfg.DupSubTree("settingsFallback"),
cfg.LinkSubTree("settingsFallback"),
}

inst.RestoreCfgs = []map[string]any{}
Expand Down

0 comments on commit 6c885c1

Please sign in to comment.