Skip to content

Commit

Permalink
Renamed command line arg
Browse files Browse the repository at this point in the history
  • Loading branch information
blake502 committed Apr 20, 2024
1 parent b79ad83 commit daa5b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balatro-mobile-maker/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void Main(string[] args)
{
//TODO: Better command line args handling
foreach (string s in args)
if(s == "--enable-accessible-patch")
if(s == "--enable-external-storage-patch")
ArgsEnableAccessibleSave = true;

View mainView = new View();
Expand Down

0 comments on commit daa5b2f

Please sign in to comment.