This commit is contained in:
2025-02-13 00:13:02 +09:00
parent 1ad8b3edd7
commit 63e21e1332

View File

@@ -26,7 +26,6 @@ local function format_n(amount)
end
local suffix = ""
local suffix_list = {
["T"] = 1e12,
["G"] = 1e9,
["M"] = 1e6,
["k"] = 1e3