use discard

This commit is contained in:
rootdarkarchon
2023-06-18 23:02:15 +02:00
parent cfd5a6d58d
commit 973a378979

View File

@@ -39,7 +39,7 @@ public sealed class Plugin : IDalamudPlugin
Framework framework, ObjectTable objectTable, ClientState clientState, Condition condition, ChatGui chatGui, Framework framework, ObjectTable objectTable, ClientState clientState, Condition condition, ChatGui chatGui,
GameGui gameGui, DtrBar dtrBar) GameGui gameGui, DtrBar dtrBar)
{ {
new HostBuilder() _ = new HostBuilder()
.UseContentRoot(pluginInterface.ConfigDirectory.FullName) .UseContentRoot(pluginInterface.ConfigDirectory.FullName)
.ConfigureLogging(lb => .ConfigureLogging(lb =>
{ {