mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
only use one plugin directory again
This commit is contained in:
parent
20a1d1ae2d
commit
a6547f8273
1 changed files with 1 additions and 5 deletions
|
|
@ -111,11 +111,7 @@ namespace Dalamud {
|
|||
else
|
||||
this.LocalizationManager.SetupWithUiCulture();
|
||||
|
||||
var pluginDir = this.StartInfo.PluginDirectory;
|
||||
if (this.Configuration.DoPluginTest)
|
||||
pluginDir = Path.Combine(pluginDir, "..", "testPlugins");
|
||||
|
||||
PluginRepository = new PluginRepository(this, pluginDir, this.StartInfo.GameVersion);
|
||||
PluginRepository = new PluginRepository(this, this.StartInfo.PluginDirectory, this.StartInfo.GameVersion);
|
||||
|
||||
var isInterfaceLoaded = false;
|
||||
if (!bool.Parse(Environment.GetEnvironmentVariable("DALAMUD_NOT_HAVE_INTERFACE") ?? "false")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue