Fixes webclient command

This commit is contained in:
Jordan Brown
2017-10-11 21:36:56 -04:00
committed by GitHub
parent 65ca70fa84
commit 0a676cd6db
+1 -1
View File
@@ -396,7 +396,7 @@ namespace TGServerService
GenCommsKey();
StartingSecurity = (TGDreamDaemonSecurity)Config.ServerSecurity;
Proc.StartInfo.Arguments = String.Format("{0} -port {1} {5}-close -verbose -params \"server_service={3}&server_service_version={4}\" -{2} -public", DMB, Config.ServerPort, SecurityWord(), serviceCommsKey, Version(), Config.Webclient ? "-webclient" : "");
Proc.StartInfo.Arguments = String.Format("{0} -port {1} {5}-close -verbose -params \"server_service={3}&server_service_version={4}\" -{2} -public", DMB, Config.ServerPort, SecurityWord(), serviceCommsKey, Version(), Config.Webclient ? "-webclient " : "");
UpdateInterfaceDll(true);
lock (topicLock)
{