1
0
Fixes #25
Dieser Commit ist enthalten in:
Auke Kok
2016-01-26 12:52:55 -08:00
Ursprung ea667f90a4
Commit cdc50bc069

Datei anzeigen

@@ -18,7 +18,7 @@ and minetest.setting_getbool("creative_mode") then
end
function stairsplus:prepare_groups(groups)
result = {}
local result = {}
if groups then
for k, v in pairs(groups) do
if k ~= "wood" and k ~= "stone" then