Skip to content

Commit

Permalink
Added getappversion
Browse files Browse the repository at this point in the history
  • Loading branch information
GreepTheSheep committed Jun 28, 2022
1 parent cad8011 commit 4bccaf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UI/Components/ServerComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ private void ProcessMessage(String message, Connection clientConnection)
response = ServerFactory.Version.ToString();
break;
}
case "getappversion":
{
response = LiveSplit.Updates.Git.Version;
break;
}
case "getlastsplitname":
case "getprevioussplitname":
{
Expand Down

0 comments on commit 4bccaf3

Please sign in to comment.