- Fixed East Asian myriads showing a giganting non formated number in the total bar DPS.
- Added a reset nickname button in the right side of the nickname field. - Framework and NickTag library updates.
This commit is contained in:
+2
-2
@@ -147,7 +147,7 @@
|
||||
elseif (numero > 1000) then
|
||||
return _string_format ("%.1f", numero/1000) .. symbol_1K
|
||||
end
|
||||
return numero
|
||||
return _string_format ("%.0f", numero)
|
||||
end
|
||||
|
||||
function _detalhes:ToK2 (numero)
|
||||
@@ -185,7 +185,7 @@
|
||||
elseif (numero > 1000) then
|
||||
return _string_format ("%.1f", numero/1000) .. symbol_1K
|
||||
end
|
||||
return numero
|
||||
return _string_format ("%.0f", numero)
|
||||
end
|
||||
|
||||
function _detalhes:ToK2Min (numero)
|
||||
|
||||
Reference in New Issue
Block a user