Skip to content

Commit

Permalink
Merge pull request #937 from dscarpac/wellconnected-fix
Browse files Browse the repository at this point in the history
Bugfix: Well Connected helper
  • Loading branch information
Chr1Z93 authored Oct 28, 2024
2 parents 67267f2 + affd12d commit 5621ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/playercards/cards/WellConnected.ttslua
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ function onLoad(savedData)
else
modValue = 4
end
createHelperXML()

if isHelperEnabled then
createHelperXML()
updateDisplay()
initialize()
end
end

Expand Down

0 comments on commit 5621ed2

Please sign in to comment.