From f91269ecc58d1cb7032284763760d424fbb8dc41 Mon Sep 17 00:00:00 2001 From: annabunches Date: Sun, 22 Aug 2021 18:38:35 -0400 Subject: [PATCH] Add antenna option to reentry program. --- prog/reentry.ks | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prog/reentry.ks b/prog/reentry.ks index 89319e3..fd4c888 100644 --- a/prog/reentry.ks +++ b/prog/reentry.ks @@ -4,5 +4,7 @@ @lazyglobal off. +parameter retract is true. + RunOncePath("/lib/reentry"). -PerformReentry(). +PerformReentry(retract).