From da7eca3be90ac97534145a3c141bcb8a45a6fdeb Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 19 Apr 2021 10:57:55 -0400 Subject: Properly set the result logical to true when json instructions are properly received. --- player/instructions.f90 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'player/instructions.f90') 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 -- cgit v1.2.3