fix: Fixes RecipeScroll recipe name OPL (#1780)

This commit is contained in:
Reetus 2024-05-19 07:12:12 +00:00 committed by GitHub
parent 8054b29e5c
commit f2a33706ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ public partial class RecipeScroll : Item
{
if (r.TextDefinition.Number > 0)
{
list.Add(1049644, r.TextDefinition.Number); // [~1_stuff~]
list.AddLocalized(1049644, r.TextDefinition.Number); // [~1_stuff~]
}
else
{