1
0
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:
SarContDeli 2023-03-11 16:59:04 +08:00 committed by GitHub
parent 4610d9babf
commit a315e14604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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