mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix undeclared global in devtest (#10133)
This commit is contained in:
parent
7be082f9a8
commit
3f702fa1a9
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ local function place_nodes(param)
|
||||||
table.sort(nodes)
|
table.sort(nodes)
|
||||||
minetest.chat_send_player(name, "Placing nodes …")
|
minetest.chat_send_player(name, "Placing nodes …")
|
||||||
local nodes_placed = 0
|
local nodes_placed = 0
|
||||||
|
local aborted = false
|
||||||
for n=1, #nodes do
|
for n=1, #nodes do
|
||||||
local itemstring = nodes[n]
|
local itemstring = nodes[n]
|
||||||
local def = minetest.registered_nodes[itemstring]
|
local def = minetest.registered_nodes[itemstring]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue