- irrobustita l'informazione "Paired" da OperationOnSolid.

This commit is contained in:
Daniele Bariletti
2025-02-11 17:30:18 +01:00
parent b5282c2330
commit 1d8bfba501
+1
View File
@@ -924,6 +924,7 @@ function ASS.PairAll()
EgtOutLog(tostring(nPart))
-- controllo se il pezzo è già stato accoppiato con la sua destinazione
local tbPaired = EgtGetInfo(nPart, "Paired","vi")
if not tbPaired then EgtSetInfo(nPart, "Paired", EgtNumToString(nPart)) end
local bAlreadyPaired = false
if not tbPaired then goto NEXT end
for _, nPaired in pairs(tbPaired) do