diff options
author | Wuzzy <almikes@aol.com> | 2016-12-28 23:01:15 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-28 23:01:15 +0100 |
commit | 0a2dac8fbc29e8646a3b091faa6b798025748e62 (patch) | |
tree | 2e72fb8db45e1caa6eac8eefb79b5049d587e32e /init.lua | |
parent | 8b6b04c9f04116bee2acb449380a457ded3ddd4a (diff) |
Remove old FIXME as it is not relevant anymore
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -891,7 +891,6 @@ doc.add_category("nodes", { dropstring_this = S("@1 (<0.5%)", dropstring_this) else -- Add circa indicator for percentages with decimal point - -- FIXME: Is this check actually reliable? local fchance = string.format("%.0f", chance) if math.fmod(chance, 1) > 0 then dropstring_this = S("@1 (ca. @2%)", dropstring_this, fchance) |