Skip to content

Commit

Permalink
fix til death score tab never updating
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Oct 26, 2021
1 parent bb78c72 commit 77b8d1f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ local t = Def.ActorFrame {
self:visible(nestedTab == 1)
self:queuecommand("Set")
end,
CurrentStepsChangedMessageCommand = function(self)
if getTabIndex() == 2 then
self:playcommand("On")
self:playcommand("Display")
end
end,
CodeMessageCommand = function(self, params)
if nestedTab == 1 and rtTable ~= nil and rtTable[rates[rateIndex]] ~= nil then
if params.Name == "NextRate" then
Expand Down

0 comments on commit 77b8d1f

Please sign in to comment.