mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Wrong threshold in MAA infrast (#2356)
This commit is contained in:
parent
4610d9babf
commit
a315e14604
@ -325,7 +325,7 @@ class AssistantHandler:
|
||||
args = {
|
||||
"facility": self.split_filter(self.config.MaaInfrast_Facility),
|
||||
"drones": self.config.MaaInfrast_Drones,
|
||||
"threshold": self.config.MaaInfrast_WorkThreshold,
|
||||
"threshold": self.config.MaaInfrast_WorkThreshold / 24,
|
||||
"replenish": self.config.MaaInfrast_Replenish,
|
||||
"dorm_notstationed_enabled": self.config.MaaInfrast_Notstationed,
|
||||
"dorm_trust_enabled": self.config.MaaInfrast_Trust
|
||||
|
||||
Loading…
Reference in New Issue
Block a user