forked from liza/Questionable
GatheringPathRenderer: minor updates
This commit is contained in:
parent
1773afea46
commit
4dc89d8ed3
@ -114,7 +114,7 @@ public sealed class RendererPlugin : IDalamudPlugin
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
foreach (var expansionFolder in ExpansionData.ExpansionFolders.Values)
|
foreach (var expansionFolder in Questionable.Model.ExpansionData.ExpansionFolders.Values)
|
||||||
LoadFromDirectory(
|
LoadFromDirectory(
|
||||||
new DirectoryInfo(Path.Combine(PathsDirectory.FullName, expansionFolder)));
|
new DirectoryInfo(Path.Combine(PathsDirectory.FullName, expansionFolder)));
|
||||||
_pluginLog.Information(
|
_pluginLog.Information(
|
||||||
|
Loading…
Reference in New Issue
Block a user