Skip to content

Commit

Permalink
Update CE.cs
Browse files Browse the repository at this point in the history
Rename executable from Win64-Test to Win64-Shipping
  • Loading branch information
Soulflare3 authored Dec 1, 2023
1 parent b0c350b commit 7fd3d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowsGSM/GameServer/CE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CE
public string Notice;

public const string FullName = "Conan Exiles Dedicated Server";
public string StartPath = @"ConanSandbox\Binaries\Win64\ConanSandboxServer-Win64-Test.exe";
public string StartPath = @"ConanSandbox\Binaries\Win64\ConanSandboxServer-Win64-Shipping.exe";
public bool AllowsEmbedConsole = true;
public int PortIncrements = 2;
public dynamic QueryMethod = new Query.A2S();
Expand Down

0 comments on commit 7fd3d9a

Please sign in to comment.