Skip to content

Commit

Permalink
+ Add a pointless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amathieson committed Dec 29, 2023
2 parents d6c79e8 + f3431e2 commit bdfad3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _OmsiHookExamples/Basic_CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ static void Main(string[] args)
Thread.Sleep(20);
}
}

// Pick an emoji to show for the weather
static string WeatherEmoji(OmsiWeather weather)
{
if (weather?.ActWeather.fogDensity < 900)
Expand Down

0 comments on commit bdfad3d

Please sign in to comment.