fix indent
This commit is contained in:
parent
d056a22fe7
commit
5fd6a93cd4
|
|
@ -2154,7 +2154,7 @@ public class GlobalFuncs
|
|||
{
|
||||
Process client = new Process();
|
||||
client.StartInfo.FileName = rbxexe;
|
||||
client.StartInfo.WorkingDirectory = Path.GetDirectoryName(rbxexe);
|
||||
client.StartInfo.WorkingDirectory = Path.GetDirectoryName(rbxexe);
|
||||
client.StartInfo.Arguments = args;
|
||||
if (e != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue