Skip to content

Commit

Permalink
removed redundant namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
WeylonSantana committed Nov 27, 2024
1 parent f4a598c commit 7d7b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Intersect.Client.Core/Maps/MapInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ public void DrawItemNames()
var rarity = itemBase.Rarity;
if (tileItems[index].Quantity > 1)
{
name = Intersect.Client.Localization.Strings.General.MapItemStackable.ToString(name, Strings.FormatQuantityAbbreviated(quantity));
name = Strings.General.MapItemStackable.ToString(name, Strings.FormatQuantityAbbreviated(quantity));
}
var color = CustomColors.Items.MapRarities.ContainsKey(rarity)
? CustomColors.Items.MapRarities[rarity]
Expand Down

0 comments on commit 7d7b2c0

Please sign in to comment.