Merge pull request #146 from Cyberboss/ServiceVersion

Service version is now passed to DD
This commit is contained in:
Jordan Brown
2017-08-31 14:13:21 -04:00
committed by GitHub
+1 -1
View File
@@ -379,7 +379,7 @@ namespace TGServerService
GenCommsKey();
StartingSecurity = (TGDreamDaemonSecurity)Config.ServerSecurity;
Proc.StartInfo.Arguments = String.Format("{0} -port {1} -close -verbose -params server_service={3} -{2} -public", DMB, Config.ServerPort, SecurityWord(), serviceCommsKey);
Proc.StartInfo.Arguments = String.Format("{0} -port {1} -close -verbose -params server_service={3};server_service_version={4} -{2} -public", DMB, Config.ServerPort, SecurityWord(), serviceCommsKey, Version());
InitInterop();
Proc.Start();