Skip to content

Commit

Permalink
Organize property to make it visually appealing
Browse files Browse the repository at this point in the history
  • Loading branch information
ArachisH committed Mar 22, 2024
1 parent df5edeb commit 8cc8115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public sealed class ClientHandlerService : IClientHandlerService
private readonly TanjiOptions _options;
private readonly ILogger<ClientHandlerService> _logger;

public DirectoryInfo PatchedClientsDirectory { get; } = Directory.CreateDirectory("Patched Clients");
public DirectoryInfo MessagesDirectory { get; } = Directory.CreateDirectory("Messages");
public DirectoryInfo PatchedClientsDirectory { get; } = Directory.CreateDirectory("Patched Clients");

static ClientHandlerService()
{
Expand Down

0 comments on commit 8cc8115

Please sign in to comment.