Skip to content

Commit

Permalink
Fix lua errors in Multi Eval Scoreboard
Browse files Browse the repository at this point in the history
these errors are for referencing nil because the getter returns nil (commented the actor creation in bottom of the file previously)
  • Loading branch information
poco0317 committed Jun 9, 2019
1 parent 1c71f21 commit 03e3436
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Themes/Til Death/BGAnimations/MPscoreboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ local function SetActivePlayer(locaIndex)
item:GetChild("wife"):visible(not item:GetChild("wife"):GetVisible())
item:GetChild("combo"):visible(not item:GetChild("combo"):GetVisible())
item:GetChild("judge"):visible(not item:GetChild("judge"):GetVisible())
item:GetChild("date"):visible(not item:GetChild("date"):GetVisible())
item:GetChild("option"):visible(not item:GetChild("option"):GetVisible())
end
--Input event for mouse clicks
Expand Down Expand Up @@ -47,7 +46,6 @@ local function Update(self)
item:GetChild("combo"):visible(true)
item:GetChild("judge"):visible(true)
item:GetChild("clear"):visible(true)
item:GetChild("date"):visible(false)
item:GetChild("option"):visible(false)
end
end
Expand Down

0 comments on commit 03e3436

Please sign in to comment.