Remove reference to undeclared global variable.

Fixes Splizard/minetest-mod-snow#24
This commit is contained in:
Foz 2016-04-21 22:15:51 -04:00
parent 812b0f977e
commit d962139358
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",