Skip to content

Commit

Permalink
Small setting bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schwiti6190 committed Apr 9, 2022
1 parent 8248787 commit bc0d52c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ai/parameters/AIParameterSettingList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ function AIParameterSettingList.new(data,vehicle,class,customMt)
self.isDisabled = false
self.isVisible = true

self.setupDone = true

return self
end

Expand Down

0 comments on commit bc0d52c

Please sign in to comment.