@colijnit/configuratorcore 261.1.1 → 261.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2401,10 +2401,12 @@ class SelectionUtils {
|
|
|
2401
2401
|
}
|
|
2402
2402
|
if (!connected && placedAdjustables.length > 1) {
|
|
2403
2403
|
DebugUtils.log(`No connection found for: ${adjustable ? adjustable.name : adjustables[i].decoNode.gameObjectName}`);
|
|
2404
|
-
result.push(`No connection found for: ${adjustable ? adjustable.name : adjustables[i].decoNode.gameObjectName}`);
|
|
2405
2404
|
}
|
|
2406
2405
|
}
|
|
2407
2406
|
}
|
|
2407
|
+
else {
|
|
2408
|
+
result.push('NO_ADJUSTABLES', 'NO_ADJUSTABLES_INFO');
|
|
2409
|
+
}
|
|
2408
2410
|
return result;
|
|
2409
2411
|
}
|
|
2410
2412
|
static LinkSelectionsAndDecos(selections, decos, variations) {
|