From 33605477bd962113c31b66caa080b53815312b6d Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Fri, 9 Apr 2021 02:58:36 -0400 Subject: [PATCH] Fix misc capatolization. --- boot/RadarrBoot.ks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/RadarrBoot.ks b/boot/RadarrBoot.ks index b938d02..acb320e 100644 --- a/boot/RadarrBoot.ks +++ b/boot/RadarrBoot.ks @@ -16,8 +16,8 @@ FUNCTION NOTIFY { } // This section from latest docs. -wait until ship:unpacked. -clearscreen. +WAIT UNTIL ship:unpacked. +CLEARSCREEN. NOTIFY("Boot sequence complete, prepare to load and compile the flight scripts."). @@ -31,7 +31,7 @@ NOTIFY("Program compiled and ready to run."). IF ALT:RADAR < 100 { // If our radar alt is lower than 10 WAIT 5. - run ascent.ks. // Run the ascent stage! + RUN ascent.ks. // Run the ascent stage! } else { NOTIFY("System booted but did not pass pre-flight checks, aborting excecution!"). }