Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Jan 11, 2025
1 parent fcd4231 commit 7dc4910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/UOContent/Items/Clothing/BaseClothing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,8 @@ public override void OnSingleClick(Mobile from)
OnSingleClickPreUOTD(from);
return;
}
var attrs = new List<EquipInfoAttribute>();

var attrs = new List<EquipInfoAttribute>();
AddEquipInfoAttributes(from, attrs);

int number;
Expand Down

0 comments on commit 7dc4910

Please sign in to comment.