fix indent

This commit is contained in:
Bitl 2021-11-14 12:19:26 -07:00
parent d056a22fe7
commit 5fd6a93cd4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{