Skip to content

Commit

Permalink
Merge pull request #22 from TML233/bug/naming_papyru
Browse files Browse the repository at this point in the history
Fixed naming "papyru" error.
  • Loading branch information
TML233 committed Apr 17, 2019
2 parents b5e9c1b + 200ec64 commit 1900fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion objects/menu/Other_14.gml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ switch(string_lower(_naming_name)){
break;
case "papyru":
text=Lang_GetString("menu.confirm.title.papyru");
valid=false;
break;
case "undyne":
text=Lang_GetString("menu.confirm.title.undyne");
Expand Down

0 comments on commit 1900fec

Please sign in to comment.