From 4e852457d5df29a9b90016e97133636d659a81e9 Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 5 Jan 2022 15:01:11 -0500 Subject: [PATCH] fix: update to 6.0 --- DalamudPython/Commands.cs | 1 + DalamudPython/DalamudPython.csproj | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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 @@ - - - + + +