Yea that bad
This commit is contained in:
@@ -256,7 +256,7 @@ public class IconMarketplaceDownloadIcon : MonoBehaviour
|
||||
if (owned)
|
||||
{
|
||||
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;
|
||||
iconPurchaseSound.Stop();
|
||||
iconPurchaseSound.Play();
|
||||
|
||||
Reference in New Issue
Block a user