diff --git a/server/scripts/modules/hazards.mjs b/server/scripts/modules/hazards.mjs index 2941987..9a5141b 100644 --- a/server/scripts/modules/hazards.mjs +++ b/server/scripts/modules/hazards.mjs @@ -92,8 +92,8 @@ class Hazards extends WeatherDisplay { for (let i = 0; i < pages; i += 1) this.timing.delay.push(timingStep); // add the final 3 second delay this.timing.delay.push(150); - this.setStatus(STATUS.loaded); this.calcNavTiming(); + this.setStatus(STATUS.loaded); } drawCanvas() {