YOU DIDN'T FUCKING FIX IT RIGHT THE FUCKING FIRST TIME YOU IGNORANT SLUT

This commit is contained in:
Jordan Brown
2017-09-01 20:25:41 -04:00
committed by GitHub
parent 67f5275a39
commit cbca4483e3
+1 -1
View File
@@ -380,7 +380,7 @@ namespace TGServerService
GenCommsKey();
StartingSecurity = (TGDreamDaemonSecurity)Config.ServerSecurity;
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());
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();