Why do in-game purchases not immediately update the virtual currency balance, resulting in a temporary negative balance? #2739
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When awarding Platinum Cash, if a player rapidly purchases multiple items from the in-game store, the client-to-server synchronization interval may become too long. Consequently, the server still believes the player has 50 Platinum, allowing them to check out N additional items before the balance updates, ultimately driving the currency into a negative value.