mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +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
|
else
|
||||||
this.LocalizationManager.SetupWithUiCulture();
|
this.LocalizationManager.SetupWithUiCulture();
|
||||||
|
|
||||||
var pluginDir = this.StartInfo.PluginDirectory;
|
PluginRepository = new PluginRepository(this, this.StartInfo.PluginDirectory, this.StartInfo.GameVersion);
|
||||||
if (this.Configuration.DoPluginTest)
|
|
||||||
pluginDir = Path.Combine(pluginDir, "..", "testPlugins");
|
|
||||||
|
|
||||||
PluginRepository = new PluginRepository(this, pluginDir, this.StartInfo.GameVersion);
|
|
||||||
|
|
||||||
var isInterfaceLoaded = false;
|
var isInterfaceLoaded = false;
|
||||||
if (!bool.Parse(Environment.GetEnvironmentVariable("DALAMUD_NOT_HAVE_INTERFACE") ?? "false")) {
|
if (!bool.Parse(Environment.GetEnvironmentVariable("DALAMUD_NOT_HAVE_INTERFACE") ?? "false")) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue