mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-04 05:44:52 +08:00
Opt: Explanatory comment for debugging
This commit is contained in:
@@ -375,6 +375,8 @@ class RewardGuild(UI):
|
|||||||
else:
|
else:
|
||||||
logger.warning('Guild sidebar total count error.')
|
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:
|
if total == 5 and index >= 4:
|
||||||
index -= 1
|
index -= 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user