- irrobustita l'informazione "Paired" da OperationOnSolid.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user