1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 18:40:41 +08:00

Opt: Explanatory comment for debugging

This commit is contained in:
nEEtdo0d
2021-01-04 19:28:27 -05:00
parent 59445a437d
commit b105cc9450

View File

@@ -375,6 +375,8 @@ class RewardGuild(UI):
else:
logger.warning('Guild sidebar total count error.')
# This is a member sidebar, decrement
# the index by 1 if requested 4 or greater
if total == 5 and index >= 4:
index -= 1