Skip to content

Commit 47027da

Browse files
authored
Update PeltManager.cs
* String is spelled with one `r` not two
1 parent ae7d60c commit 47027da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

InscryptionAPI/Pelts/PeltManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ internal static void CreateDialogueEvents()
228228

229229
public static string GetTierNameFromPelt(string cardName)
230230
{
231-
strring result = "";
231+
string result = "";
232232
if (cardName.Contains("pelt") || cardName.Contains("pelt")) {
233233
result = cardName.ToLowerInvariant().Replace("pelt", "").Replace("pelts", "");
234234
result = result.Split('_').Last().ToTitleCase();

0 commit comments

Comments
 (0)