Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherae committed Sep 1, 2024
1 parent 4c1e097 commit 6b2cd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/effects/fu_statusUtil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ end

function statusUtilHandle(fill)
if not fuStatusUtil.vars.handle then
fuStatusUtil.vars.handle=config.getParameter("statusUtilHandle") or fill or "generic"..(math.floor(math.random(0,1000000)*1000000))
fuStatusUtil.vars.handle=(config and config.getParameter("statusUtilHandle")) or fill or "generic"..(math.floor(math.random(0,1000000)*1000000))
end
return fuStatusUtil.vars.handle
end
Expand Down

0 comments on commit 6b2cd70

Please sign in to comment.