Skip to content

Commit

Permalink
warn about unknown OS
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Jan 17, 2025
1 parent 80a7a3d commit b83d125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SS14.Launcher/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ private void RegisterProtocol()
Log.Error(e, "Failed to update SS14 protocol handler registry for Linux");
}
}
#else
Log.Warning("Unknown OS, not registering SS14 protocol handler");
#endif
}

Expand Down

0 comments on commit b83d125

Please sign in to comment.