- in BeamExec corretto nome variabile che identifica il BeamWall

- in BLADETOWASTE e STR0005 aggiunto controllo cubetti troppo lunghi in X
This commit is contained in:
luca.mazzoleni
2025-05-21 14:07:27 +02:00
parent 970fb60d66
commit af761c95bf
3 changed files with 50 additions and 2 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ end
-- funzione che controlla validità delle combinazioni proposte
local function IsCombinationAvailable( sCombination, nUnloadPos, bSquareSection)
-- se non utilizzo BEAMWALL, forzo comportamento BASIC
if not BEAM.BeamWall or not BEAM.Rotation then
if not BEAM.BW or not BEAM.Rotation then
BEAM.Rotation = {}
BEAM.Rotation.Basic = true
end