forked from luanti-org/minetest_game
		
	Xpanes: Use 'swap node' instead of 'set node'
This commit is contained in:
		| @@ -27,7 +27,7 @@ local function swap(pos, node, name, param2) | |||||||
| 		return | 		return | ||||||
| 	end | 	end | ||||||
|  |  | ||||||
| 	minetest.set_node(pos, {name = name, param2 = param2}) | 	minetest.swap_node(pos, {name = name, param2 = param2}) | ||||||
| end | end | ||||||
|  |  | ||||||
| local function update_pane(pos) | local function update_pane(pos) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user