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