Fixed buying max option for token - not updating the graph; BRB-42

This commit is contained in:
2024-02-06 20:00:31 +01:00
parent 92fc3967dc
commit 3972130728

View File

@@ -136,6 +136,7 @@ function talb(){ // Token All Lemon Buy
items.lemons -= amount * 2000; items.lemons -= amount * 2000;
items.token += amount; items.token += amount;
progress();
upload(); upload();
} }