mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 19:44:15 +01:00
use discard
This commit is contained in:
parent
cfd5a6d58d
commit
973a378979
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue