Final one...

This commit is contained in:
SiboVG 2023-03-23 02:59:27 +01:00
parent 52c8fac454
commit 7431fa8bd6

View File

@ -242,8 +242,8 @@ public class RecoveryHandler extends AbstractElementHandler {
// Rule 1: Add to the first tube, 1.125 calibers from the top // Rule 1: Add to the first tube, 1.125 calibers from the top
parentBodyTube = bodyTubes.get(0); parentBodyTube = bodyTubes.get(0);
} else { } else {
// Rule 3: Add to the third tube, 1.125 calibers from the top // Rule 3: Add to the second tube, 1.125 calibers from the top
parentBodyTube = bodyTubes.get(2); parentBodyTube = bodyTubes.get(1);
} }
break; break;