|
@ -147,11 +147,6 @@ The second type of check is more restrictive than the first check, and is helpfu |
|
|
(begin (print "Tried to fly without permission!") |
|
|
(begin (print "Tried to fly without permission!") |
|
|
(ok false))))) |
|
|
(ok false))))) |
|
|
;; |
|
|
;; |
|
|
;; Authorize a new pilot. |
|
|
|
|
|
(ok true)) |
|
|
|
|
|
(begin (print "Tried to fly without permission!") |
|
|
|
|
|
(ok false))))) |
|
|
|
|
|
;; |
|
|
|
|
|
;; Authorize a new pilot. |
|
|
;; Authorize a new pilot. |
|
|
;; |
|
|
;; |
|
|
;; here we want to ensure that this function |
|
|
;; here we want to ensure that this function |
|
|