Fix bracket in rp_creative

This commit is contained in:
Wuzzy 2022-05-25 18:42:56 +02:00
parent 0a5e5c9b72
commit 2f12750cfa

View File

@ -203,4 +203,4 @@ minetest.register_on_placenode(function(pos, newnode, placer, oldnode, itemstack
-- Place infinite nodes
return true
end
end
end)