Skip to content

Commit

Permalink
Merge pull request eesast#293 from Grange007/dev
Browse files Browse the repository at this point in the history
feat: ✨ add lock file
  • Loading branch information
Grange007 authored Apr 29, 2024
2 parents f11982a + a709e75 commit 846f89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logic/Client/ViewModel/GeneralViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ private void UpdateTest(object sender, EventArgs e)
public readonly int ShipStatusAttributesFontSize = 13;

public Logger myLogger;

public Logger lockGenerator;
public GeneralViewModel()
{
//ConfigData d = new();
Expand All @@ -803,7 +803,7 @@ public GeneralViewModel()
playbackFile = d.Commands.PlaybackFile;
playbackSpeed = d.Commands.PlaybackSpeed;
myLogger = LoggerProvider.FromFile(Path.Combine(d.InstallPath, "Logs", "Client.log"));

lockGenerator = LoggerProvider.FromFile(Path.Combine(d.InstallPath, "Logs", String.Format("lock.{0}.{1}.log", teamID, playerID)));
MoveUpCommand = new Command(() =>
{
try
Expand Down

0 comments on commit 846f89e

Please sign in to comment.