Skip to content

Commit

Permalink
Linked extras fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Flohhhhh committed Jan 16, 2023
1 parent 4debf17 commit 3cc6ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulc/client/c_main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ AddEventHandler('ulc:setStage', function(key, action, playSound)

if linkedExtras then
for _, v in ipairs(linkedExtras) do
SetStageByExtra(v, 0, false)
SetStageByExtra(v, newState, false)
end
end

Expand Down

0 comments on commit 3cc6ac7

Please sign in to comment.