smartfs update to the upstream version (all enhancements merged!)

master
Alexander Weber 2018-01-29 22:48:30 +01:00
parent 736bf80477
commit c4e86b05ce
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ smartfs._ldef.nodemeta = {
local meta = minetest.get_meta(state.location.pos)
meta:set_string("formspec", state:_buildFormspec_(true))
meta:set_string("smartfs_name", state.def.name)
meta:mark_as_private("smartfs_name")
end
end, state)
end