From 391f1baff08f43335fe458aedbfeda7f64a9ae1e Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 26 Jul 2023 21:08:00 +0200 Subject: [PATCH] Fixed fetching not working when connecting --- Acars.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Acars.cs b/Acars.cs index d04f701..c746c73 100644 --- a/Acars.cs +++ b/Acars.cs @@ -35,6 +35,7 @@ public void init( Main main, String logon ) { public void start() { hoppieTimer.Enabled = true; Plugin.SendDebug("[ACARS] Starting ACARS"); + fetchHoppie(null, null); } /* @@ -125,7 +126,7 @@ private void parseHoppie( String response ) { Plugin.SendPushover($"[{type.ToUpper()}] {from}: {message}"); } - Plugin.SendDebug($"Received message with key {key} with msg: {message}"); + Plugin.SendDebug($"[ACARS] Cached {key} with message: {message}"); }