mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 04:13:43 +01:00
Test Penumbra loading CharacterUtility.
This commit is contained in:
parent
32cf729aa8
commit
5aeff6d40f
5 changed files with 92 additions and 84 deletions
|
|
@ -60,7 +60,7 @@ public sealed partial class ConfigWindow : Window, IDisposable
|
|||
+ "It is recommended to not use TexTools and Penumbra (or other Lumina-based tools) at the same time.\n\n"
|
||||
+ "Please use the Launcher's Repair Game Files function to repair your client installation." );
|
||||
}
|
||||
else if( MainClass.IsNotInstalledPenumbra )
|
||||
else if( Penumbra.IsNotInstalledPenumbra )
|
||||
{
|
||||
DrawProblemWindow(
|
||||
$"You are loading a release version of Penumbra from \"{Dalamud.PluginInterface.AssemblyLocation.Directory?.FullName ?? "Unknown"}\" instead of the installedPlugins directory.\n\n"
|
||||
|
|
@ -68,7 +68,7 @@ public sealed partial class ConfigWindow : Window, IDisposable
|
|||
+ "If you do not know how to do this, please take a look at the readme in Penumbras github repository or join us in discord.\n"
|
||||
+ "If you are developing for Penumbra and see this, you should compile your version in debug mode to avoid it." );
|
||||
}
|
||||
else if( MainClass.DevPenumbraExists )
|
||||
else if( Penumbra.DevPenumbraExists )
|
||||
{
|
||||
DrawProblemWindow(
|
||||
$"You are loading a installed version of Penumbra from \"{Dalamud.PluginInterface.AssemblyLocation.Directory?.FullName ?? "Unknown"}\", "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue