Another divide by zero fix

This commit is contained in:
Flamanis
2022-09-15 15:13:07 -05:00
committed by GitHub
parent b58853ff06
commit 6eca9ae6cf
+1 -1
View File
@@ -2315,7 +2315,7 @@ function gump:CriaJanelaInfo()
end
else
local d = lastvalue - ps
d = d / ps * 100
d = d / max(ps, 0.001) * 100
d = _math_floor (math.abs (d))
if (d > 999) then