Remove extra table.shuffle outside the loop

This commit is contained in:
bakawun 2023-11-29 16:35:17 +01:00 committed by ryvnf
parent 62094cc636
commit d3b94f4999

View File

@ -418,7 +418,6 @@ if mobs_spawn then
local spawning_position = spawning_position_list[math.random(1, #spawning_position_list)]
local current_summary_chance = summary_chance
table.shuffle(mob_library_worker_table)
local spawn_loop_counter = #mob_library_worker_table
while spawn_loop_counter > 0 do