histogram stat bugfix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AuxVersion = '2.2.8'
|
||||
AuxVersion = '2.2.9'
|
||||
AuxAuthors = 'shirsig; Zerf; Zirco (Auctionator); Nimeral (Auctionator backport)'
|
||||
|
||||
local lastRightClickAction = GetTime()
|
||||
|
||||
+1
-2
@@ -148,8 +148,7 @@ function private.refactor(pmax, precision)
|
||||
|
||||
local new_step = ceil(pmax / precision)
|
||||
|
||||
if getn(private.current_record.values) == 0 then
|
||||
private.current_record.step = new_step
|
||||
if private.current_record.min == 0 then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user