Skip to content

Commit

Permalink
Fixed fetching not working when connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jul 26, 2023
1 parent 4aa761c commit 391f1ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Acars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/*
Expand Down Expand Up @@ -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}");

}

Expand Down

0 comments on commit 391f1ba

Please sign in to comment.