From d330547cb6f3998ff221b4c6b40370a79155dc5c Mon Sep 17 00:00:00 2001 From: Rutherther Date: Tue, 10 Jan 2023 23:21:23 +0100 Subject: [PATCH] fix: change packet logs extension to plog to avoid gitignore --- Tests/NosSmooth.Game.Tests/NosSmooth.Game.Tests.csproj | 6 +++--- Tests/NosSmooth.Game.Tests/PacketFileClient.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/NosSmooth.Game.Tests/NosSmooth.Game.Tests.csproj b/Tests/NosSmooth.Game.Tests/NosSmooth.Game.Tests.csproj index 6a11021..30f2b25 100644 --- a/Tests/NosSmooth.Game.Tests/NosSmooth.Game.Tests.csproj +++ b/Tests/NosSmooth.Game.Tests/NosSmooth.Game.Tests.csproj @@ -33,13 +33,13 @@ - + Always - + Always - + Always diff --git a/Tests/NosSmooth.Game.Tests/PacketFileClient.cs b/Tests/NosSmooth.Game.Tests/PacketFileClient.cs index 0b5bc81..4bb07ae 100644 --- a/Tests/NosSmooth.Game.Tests/PacketFileClient.cs +++ b/Tests/NosSmooth.Game.Tests/PacketFileClient.cs @@ -92,7 +92,7 @@ public class PacketFileClient : BaseNostaleClient, IDisposable path += entry + "/"; } - path += testName + ".log"; + path += testName + ".plog"; return Create ( -- 2.48.1