Skip to content

Commit

Permalink
Fix typo in intro error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobby233Liu authored Aug 17, 2024
1 parent b4b3ed5 commit 3751d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EnsureDataLoaded();

if (Data.GeneralInfo.Name.Content != "NXTALE")
{
ScriptError("This script can only be used with\nThe Nintendo Switch and Xbox One version of Undertale.", "Not NXTALE");
ScriptError("This script can only be used with\nthe Nintendo Switch and Xbox One version of Undertale.", "Not NXTALE");
return;
}

Expand Down

0 comments on commit 3751d22

Please sign in to comment.