Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
X39 committed Nov 6, 2023
1 parent d7c75e7 commit 4ce56dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected override ValueTask<ProcessStartInfo> GetProcessStartInfoAsync(ApiDbCon
GameInstallPath,
RuntimeInformation.IsOSPlatform(OSPlatform.Windows)
? "DayZServer_x64.exe"
: "dayzserver_x64");
: "DayZServer");
var psi = new ProcessStartInfo
{
FileName = fileName,
Expand Down

0 comments on commit 4ce56dc

Please sign in to comment.