1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00

Opt: Explanatory comment for debugging

This commit is contained in:
nEEtdo0d
2021-01-04 19:30:02 -05:00
parent 958c00568d
commit fc43c1b6cb

View File

@@ -101,6 +101,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