forked from minetest-mods/more_chests
Update shared.lua
This commit is contained in:
parent
7e4bcfacf5
commit
c504c6eb1b
|
@ -16,7 +16,7 @@ local function formspec(string)
|
|||
"list[current_name;main;0,0;8,4;]"..
|
||||
"list[current_player;main;0,5;8,4;]"..
|
||||
"field[.25,9.5;6,1;shared;Shared with (separate names with spaces):;"..string.."]"..
|
||||
"button[6,9;2,1;submit;submit]"
|
||||
"button[6,9;2,1;submit]"
|
||||
end
|
||||
|
||||
minetest.register_node("more_chests:shared", {
|
||||
|
|
Loading…
Reference in New Issue
Block a user