1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-09 13:37:02 +02:00

remove unused vars

This commit is contained in:
Gerkiz 2021-07-18 16:03:59 +02:00 committed by GitHub
parent e472043998
commit 9e5835a412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ local function generate_spawn_area(surface)
map_functions.draw_smoothed_out_ore_circle(ore_positions[3], 'coal', surface, 16, 2500)
map_functions.draw_smoothed_out_ore_circle(ore_positions[4], 'stone', surface, 16, 2500)
for ii = 0,10,1 do
for _ = 0,10,1 do
place_rock(surface, ore_positions[4]) --add rocks to stone area
end