mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 00:09:18 +08:00
Fix: Remove debug line, verify join operation does as intended
However there is high possibility of major lag being introduced
This commit is contained in:
@@ -877,7 +877,7 @@ class RewardGuild(UI):
|
|||||||
|
|
||||||
def guild_operations(self, is_affiliation_azur=True):
|
def guild_operations(self, is_affiliation_azur=True):
|
||||||
# Determine the mode of operations, currently 3 are available
|
# Determine the mode of operations, currently 3 are available
|
||||||
operations_mode = self.guild_operations_ensure()
|
operations_mode = self.guild_operations_mode()
|
||||||
if operations_mode is None:
|
if operations_mode is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
@@ -937,8 +937,6 @@ class RewardGuild(UI):
|
|||||||
|
|
||||||
self.guild_lobby_collect()
|
self.guild_lobby_collect()
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
# TODO May have reconsider using these assets
|
# TODO May have reconsider using these assets
|
||||||
# as these red dots can move based on whether
|
# as these red dots can move based on whether
|
||||||
# leader or not
|
# leader or not
|
||||||
|
|||||||
Reference in New Issue
Block a user