Merge pull request #26 from FozLand/master

Remove reference to undeclared global variable.
This commit is contained in:
Splizard 2017-06-19 13:33:24 +12:00 committed by GitHub
commit 13ecf6a8b2
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ for _, name in pairs(snow_nodes) do
stairsplus:register_all("moreblocks", name, nodename, {
description = ndef.description,
drop = drop,
groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=2, icemaker=1},
tiles = ndef.tiles,
--paramtype2 = "facedir",