Remove a TODO

This commit is contained in:
Wuzzy 2023-04-18 14:15:27 +02:00
parent 4b88b84155
commit 35fbcf05ac

View File

@ -9,7 +9,6 @@ local treasurer_supported = minetest.get_modpath("treasurer") ~= nil
local setting
-- Probability function
-- TODO: Check if this is correct
local P = function (float)
return math.floor(32767 * float)
end