Skip to content

Commit 7ef8231

Browse files
authored
Merge pull request #11 from MeowServer/DevMeow
Fix a minor mistake
2 parents 346383b + 06f85cb commit 7ef8231

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

HintServiceMeow/Core/Utilities/Patch/Patches.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static bool ExiledHintPatch1(ref string message, ref float duration, ref
8383
}
8484
catch (Exception ex)
8585
{
86-
LogTool.Error(ex);
86+
Logger.Instance.Error(ex);
8787
}
8888

8989
return false;
@@ -104,7 +104,7 @@ public static bool ExiledHintPatch2(ref Exiled.API.Features.Hint hint, ref Exile
104104
}
105105
catch (Exception ex)
106106
{
107-
LogTool.Error(ex);
107+
Logger.Instance.Error(ex);
108108
}
109109

110110
return false;

HintServiceMeow/HintServiceMeow.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
3131
<OutputPath>bin\x64\Release\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
32+
<DefineConstants>TRACE;EXILED</DefineConstants>
3333
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3434
<Optimize>true</Optimize>
3535
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)