diff --git a/DalamudPython/Commands.cs b/DalamudPython/Commands.cs index e6cc81c..615e784 100644 --- a/DalamudPython/Commands.cs +++ b/DalamudPython/Commands.cs @@ -81,6 +81,7 @@ namespace DalamudPython { from DalamudPython.Util import * from Dalamud import * from Dalamud.Plugin import * +from Dalamud.Logging import PluginLog {string.Join('\n', services)} from Lumina import * from Lumina.Excel.GeneratedSheets import * diff --git a/DalamudPython/DalamudPython.csproj b/DalamudPython/DalamudPython.csproj index 89e3d56..300e112 100755 --- a/DalamudPython/DalamudPython.csproj +++ b/DalamudPython/DalamudPython.csproj @@ -29,9 +29,9 @@ - - - + + +