SICGames / TBChestTracker

Automatic chest counter program for the game Total Battle
GNU General Public License v3.0
11 stars 1 forks source link

I have a negative clanmate count #21

Closed gitklavergne closed 3 weeks ago

gitklavergne commented 3 weeks ago

It started with a duplicate clanmate name, so I deleted one of the duplicated name. Now the number of clan members does not telly with the game and when I deleted all the name it has a negative 1.

SICGames commented 3 weeks ago

yes that was because while developing this program, it was always counting more clan mates than MINIONS had. So I

var totalClanmates = clanmates.Count() - 1;

I see it's inaccurate and i'll have it patched in next update