Yea that bad

This commit is contained in:
2026-01-31 21:42:14 -07:00
parent f00274f126
commit e8bac521f7

View File

@@ -256,7 +256,7 @@ public class IconMarketplaceDownloadIcon : MonoBehaviour
if (owned) if (owned)
{ {
marketplaceIconStorage.Purchased.Remove(data.ID); marketplaceIconStorage.Purchased.Remove(data.ID);
marketplaceIconStorage.Balance += data.Price; if (data.CreatorUserID != (BazookaManager.Instance.GetAccountID() ?? 0)) marketplaceIconStorage.Balance += data.Price;
if (data.ID == marketplaceIconStorage.Selected) marketplaceIconStorage.Selected = null; if (data.ID == marketplaceIconStorage.Selected) marketplaceIconStorage.Selected = null;
iconPurchaseSound.Stop(); iconPurchaseSound.Stop();
iconPurchaseSound.Play(); iconPurchaseSound.Play();