mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Merge pull request #146 from Cyberboss/ServiceVersion
Service version is now passed to DD
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user