mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 16:17:13 +08:00
Opt: Removed debug line
This commit is contained in:
@@ -129,7 +129,6 @@ class RewardGuild(UI):
|
|||||||
if details[3] <= item_inventory:
|
if details[3] <= item_inventory:
|
||||||
# Confirm window, return True as exchange was successful
|
# Confirm window, return True as exchange was successful
|
||||||
self.handle_guild_confirm('GUILD_EXCHANGE', btn_guild_logistics_check)
|
self.handle_guild_confirm('GUILD_EXCHANGE', btn_guild_logistics_check)
|
||||||
#self.handle_guild_cancel('GUILD_EXCHANGE', btn_guild_logistics_check)
|
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
# Cancel window, remove this choice since inapplicable, then choose again
|
# Cancel window, remove this choice since inapplicable, then choose again
|
||||||
|
|||||||
Reference in New Issue
Block a user