diff options
author | Wuzzy <almikes@aol.com> | 2016-12-23 14:32:31 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-23 14:32:31 +0100 |
commit | 21d8e2997ef6b2a2b87b14ade10f74a2c0ab7d05 (patch) | |
tree | e6788390cfcc587e06dbe225f4ffd807d354a8e7 /init.lua | |
parent | ca0b9a93ee9d16f20f33d687f7e0f9472f43b723 (diff) |
Remove old TODO
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |