From 3972130728ac3b01f57d40e42a561f4bb53f2c31 Mon Sep 17 00:00:00 2001 From: MrEidam Date: Tue, 6 Feb 2024 20:00:31 +0100 Subject: [PATCH] Fixed buying max option for token - not updating the graph; BRB-42 --- js/upgr.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/upgr.js b/js/upgr.js index 75af70c..6b7b2a2 100644 --- a/js/upgr.js +++ b/js/upgr.js @@ -136,6 +136,7 @@ function talb(){ // Token All Lemon Buy items.lemons -= amount * 2000; items.token += amount; + progress(); upload(); }