Skip to content

Commit 018cb60

Browse files
committed
remove the unprintable section
1 parent 2cae087 commit 018cb60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BaseBot.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ CSG blockCordCut = servoBlock.toYMax()
454454
.movez(-5)
455455
bot=bot.union(servoBlock)
456456
.difference(bothDrive)
457-
.union(blockCordCut)
457+
.difference(blockCordCut)
458458

459459
return [top,bot]
460460

0 commit comments

Comments
 (0)