mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-04 17:40:26 +01:00
Fixed a global variable after snow's update
This commit is contained in:
parent
23697d7811
commit
3f10102866
|
@ -274,7 +274,7 @@ for _, name in pairs(snow_nodes) do
|
||||||
|
|
||||||
stairsplus:register_all("moreblocks", name, nodename, {
|
stairsplus:register_all("moreblocks", name, nodename, {
|
||||||
description = ndef.description,
|
description = ndef.description,
|
||||||
drop = drop,
|
drop = ndef.drop,
|
||||||
groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=2, icemaker=1},
|
groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=2, icemaker=1},
|
||||||
tiles = ndef.tiles,
|
tiles = ndef.tiles,
|
||||||
--paramtype2 = "facedir",
|
--paramtype2 = "facedir",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user