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