Skip to content

Commit

Permalink
chore: Removes commented Thank You for vendor buyback. (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Senion31 authored Jan 22, 2025
1 parent aa6fbb6 commit e2a41ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Projects/UOContent/Mobiles/Vendors/BaseVendor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,6 @@ public virtual bool OnSellItems(Mobile seller, List<SellItemResponse> list)
}
}
}
// no cliloc for this?
// SayTo( seller, true, "Thank you! I bought {0} item{1}. Here is your {2}gp.", Sold, (Sold > 1 ? "s" : ""), GiveGold );

return true;
}
Expand Down

0 comments on commit e2a41ed

Please sign in to comment.