mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 00:49:18 +01:00
Add Sea of Stars as accepted repo.
This commit is contained in:
parent
9fb5ac65d1
commit
81891cfe09
2 changed files with 7 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue