Skip to content

Commit 3f702fa

Browse files
authoredJul 2, 2020
Fix undeclared global in devtest (#10133)
1 parent 7be082f commit 3f702fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎games/devtest/mods/experimental/commands.lua

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ local function place_nodes(param)
113113
table.sort(nodes)
114114
minetest.chat_send_player(name, "Placing nodes …")
115115
local nodes_placed = 0
116+
local aborted = false
116117
for n=1, #nodes do
117118
local itemstring = nodes[n]
118119
local def = minetest.registered_nodes[itemstring]

0 commit comments

Comments
 (0)
Please sign in to comment.