Skip to content

Commit

Permalink
move not to correct line (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Dec 28, 2023
1 parent 306ab0a commit a4259ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/match2/wikis/warcraft/legacy/legacy_match_maps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ function LegacyMatchMaps.solo(frame)
width = args.width,
collapsed = Logic.nilOr(Logic.readBoolOrNil(args.hide), true),
attached = Logic.nilOr(Logic.readBoolOrNil(args.hide), true),
store = not store,
noDuplicateCheck = store,
store = store,
noDuplicateCheck = not store,
}

for _, matchInput, matchIndex in Table.iter.pairsByPrefix(args, 'match') do
Expand Down

0 comments on commit a4259ea

Please sign in to comment.