mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Remove accidental add
This commit is contained in:
@@ -11,13 +11,6 @@ namespace DICUI.Check
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
args = new string[]
|
||||
{
|
||||
"cd",
|
||||
"psx",
|
||||
"C:\\Users\\Matt\\Downloads\\SLUS-90037\\SLUS-90037.cue"
|
||||
};
|
||||
|
||||
// Help options
|
||||
if (args.Length == 0 || args[0] == "-h" || args[0] == "-?")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user