Fixup rounding for millions

This commit is contained in:
RedSparr0w
2019-11-23 16:47:32 +13:00
parent e42394fdbe
commit f4ea14f2bf
4 changed files with 2 additions and 1 deletions
@@ -74,6 +74,7 @@ public class ShopHandler {
ShopItemsDelay[i][j] = 0;
DidUpdate = true;
}
refreshShop(i);
}
ShopItemsDelay[i][j]++;
}