1
0
forked from mico/idle_moloch

Checking for known / shrouded units now calculated with actual total_minted at that moment 2

This commit is contained in:
mic0 2024-10-26 13:54:08 +02:00
parent 54b370f41b
commit 26b2480b52
Signed by: mico
GPG Key ID: A3F8023524CF1C8D

View File

@ -141,6 +141,7 @@ const Army = () => {
} }
}, [ }, [
army, army,
balance,
isRegistered, isRegistered,
player?.total_minted player?.total_minted
]) ])