Make Money & Get Rich Online already has 1 known issue I’m trying to resolve:
All Time Clicks resets after clicking after buying +1 Clicks Per Click
Priority: Medium (Not Gamebreaking but Important)
Solution:
Fixed, simply had to change:
allTime = money;
To be:
allTime = allTime + cpc;