summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-23 14:32:31 +0100
committerWuzzy <almikes@aol.com>2016-12-23 14:32:31 +0100
commit21d8e2997ef6b2a2b87b14ade10f74a2c0ab7d05 (patch)
treee6788390cfcc587e06dbe225f4ffd807d354a8e7 /init.lua
parentca0b9a93ee9d16f20f33d687f7e0f9472f43b723 (diff)
Remove old TODO
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index abfc9a6..35f07b0 100644
--- a/init.lua
+++ b/init.lua
@@ -170,7 +170,6 @@ local function f_fire(itemstring, def)
local s = ""
-- Fire
if def.groups.flammable ~= nil then
- -- TODO: When the fire mod supports different flammable levels, add flavor texts
s = s .. S("This block is flammable.")
end