Skip to content

Commit

Permalink
wed
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Thot authored Oct 6, 2024
1 parent e0aaad3 commit 7759899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Bloxstrap/LaunchSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ private void ParseStudio(string? data)
{
RobloxLaunchMode = LaunchMode.Studio;

// TODO: do this later
if (!String.IsNullOrEmpty(data))
RobloxLaunchArgs = data;
}
}
}

0 comments on commit 7759899

Please sign in to comment.