aboutsummaryrefslogtreecommitdiff
path: root/player/instructions.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-04-19 10:57:55 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-04-19 10:57:55 -0400
commitda7eca3be90ac97534145a3c141bcb8a45a6fdeb (patch)
tree98c86ec2475670baab17ac8724dd10eaff7027a0 /player/instructions.f90
parenta60a9d10ce94acc0c5bfed2a20c8bed4e91be725 (diff)
downloadlevitating-da7eca3be90ac97534145a3c141bcb8a45a6fdeb.tar.gz
levitating-da7eca3be90ac97534145a3c141bcb8a45a6fdeb.zip
Properly set the result logical to true when json instructions are properly received.
Diffstat (limited to 'player/instructions.f90')
-rw-r--r--player/instructions.f902
1 files changed, 2 insertions, 0 deletions
diff --git a/player/instructions.f90 b/player/instructions.f90
index f110dae..a1aaa9d 100644
--- a/player/instructions.f90
+++ b/player/instructions.f90
@@ -366,6 +366,8 @@ contains
task_count = get_task_count(j)
+ Print *, "Task count: ", task_count
+
! Remember to zero-index your json!
do i = 1, task_count