mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +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):
|
||||
# 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:
|
||||
return
|
||||
|
||||
@@ -937,8 +937,6 @@ class RewardGuild(UI):
|
||||
|
||||
self.guild_lobby_collect()
|
||||
|
||||
return
|
||||
|
||||
# TODO May have reconsider using these assets
|
||||
# as these red dots can move based on whether
|
||||
# leader or not
|
||||
|
||||
Reference in New Issue
Block a user