process id stuff
This commit is contained in:
parent
1e479ab993
commit
5487e67c5b
|
|
@ -311,8 +311,14 @@ namespace NovetusCMD
|
||||||
SecurityFuncs.Base64Encode(GlobalVars.SelectedClient)
|
SecurityFuncs.Base64Encode(GlobalVars.SelectedClient)
|
||||||
};
|
};
|
||||||
string URI2 = "novetus://" + SecurityFuncs.Base64Encode(string.Join("|", lines2));
|
string URI2 = "novetus://" + SecurityFuncs.Base64Encode(string.Join("|", lines2));
|
||||||
|
Process currentProcess = Process.GetCurrentProcess();
|
||||||
|
int pid = currentProcess.Id;
|
||||||
|
|
||||||
string text = GlobalVars.MultiLine(
|
string text = GlobalVars.MultiLine(
|
||||||
|
"Process ID: " + pid.ToString(),
|
||||||
|
"Don't copy the Process ID when sharing the server.",
|
||||||
|
"--------------------",
|
||||||
|
"Server Info:",
|
||||||
"Client: " + GlobalVars.SelectedClient,
|
"Client: " + GlobalVars.SelectedClient,
|
||||||
"IP: " + IP,
|
"IP: " + IP,
|
||||||
"Port: " + GlobalVars.RobloxPort.ToString(),
|
"Port: " + GlobalVars.RobloxPort.ToString(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue