Update Settings.cs
This commit is contained in:
parent
38645db0f5
commit
0a0087f0b2
@ -10,8 +10,8 @@ namespace Client
|
|||||||
public static class Settings
|
public static class Settings
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
public static string Ports = "6606";
|
public static string Ports = "6606,";
|
||||||
public static string Hosts = "127.0.0.1";
|
public static string Hosts = "127.0.0.1,";
|
||||||
public static string Version = "0.4.9H";
|
public static string Version = "0.4.9H";
|
||||||
public static string Install = "false";
|
public static string Install = "false";
|
||||||
public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%AppData%"), "Payload.exe");
|
public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%AppData%"), "Payload.exe");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user