Skip to content

Commit

Permalink
Fix ME menu crash when project isn't loaded (1.09.1) (#767)
Browse files Browse the repository at this point in the history
Fix ME menu crash when project isn't loaded
  • Loading branch information
Philiquaz authored Dec 6, 2023
1 parent fd129aa commit 03df7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StudioCore/ParamEditor/MassEditScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace StudioCore.ParamEditor
{
public class MassEditScript
{
static List<MassEditScript> scriptList;
static List<MassEditScript> scriptList = new List<MassEditScript>();

string name;
List<string> preamble;
Expand Down

0 comments on commit 03df7c4

Please sign in to comment.