Add Sea of Stars as accepted repo.

This commit is contained in:
Ottermandias 2023-05-30 23:37:04 +02:00
parent 9fb5ac65d1
commit 81891cfe09
2 changed files with 7 additions and 6 deletions

View file

@ -88,7 +88,7 @@ public sealed class ConfigWindow : Window
{
DrawProblemWindow(
$"You are loading a release version of Penumbra from the repository \"{_pluginInterface.SourceRepository}\" instead of the official repository.\n"
+ $"Please use the official repository at {ValidityChecker.Repository}.\n\n"
+ $"Please use the official repository at {ValidityChecker.Repository} or the suite repository at {ValidityChecker.SeaOfStars}.\n\n"
+ "If you are developing for Penumbra and see this, you should compile your version in debug mode to avoid it.");
}
else if (_validityChecker.IsNotInstalledPenumbra)