Greatly increase laser iterations limit

master
Wuzzy 2021-12-26 04:15:32 +01:00
parent fa1bd60279
commit c97838477f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-- Max. number of steps in the laser travel algorithm
local MAX_LASER_ITERATIONS = 50
local MAX_LASER_ITERATIONS = 10000
-- Add a laser node to pos with the direction `dir`.
-- Dir is a direction vector, and only one direction must be set