Sau1707 / ModernBot

A Bot for Grepolis
MIT License
24 stars 21 forks source link

Fix incorrect population #24

Closed jeroenwjb closed 1 year ago

jeroenwjb commented 1 year ago

Previously it would count the whole current order and add it to the total population. Even when part of the order was already completed. This part would therefore be counted twice. This is now fixed :)

Sau1707 commented 1 year ago

Thanks! I missed that ;)

Sau1707 commented 1 year ago

The next push that I'll to it will compile and merge the code into the single file script, then It's fixed