mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
enable studio features
This commit is contained in:
parent
b84522a643
commit
e72ef9d202
@ -1,4 +1,6 @@
|
|||||||
using System.Windows;
|
#define STUDIO_FEATURES
|
||||||
|
|
||||||
|
using System.Windows;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
using Microsoft.Win32;
|
using Microsoft.Win32;
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
using Bloxstrap.Enums;
|
#define STUDIO_FEATURES
|
||||||
|
|
||||||
|
using Bloxstrap.Enums;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@ -121,12 +123,12 @@ namespace Bloxstrap
|
|||||||
|
|
||||||
if (Args.Length >= 2)
|
if (Args.Length >= 2)
|
||||||
{
|
{
|
||||||
string pathArg = Args[i + 1];
|
string pathArg = Args[1];
|
||||||
|
|
||||||
if (pathArg.StartsWith('-'))
|
if (pathArg.StartsWith('-'))
|
||||||
return; // likely a launch flag, ignore it.
|
return; // likely a launch flag, ignore it.
|
||||||
|
|
||||||
i++; // path arg
|
//i++; // path arg
|
||||||
RobloxLaunchArgs = $"-task EditFile -localPlaceFile \"{pathArg}\"";
|
RobloxLaunchArgs = $"-task EditFile -localPlaceFile \"{pathArg}\"";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user