mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
process towers faster
This commit is contained in:
parent
3f1efefc20
commit
7521e360f3
|
|
@ -299,7 +299,7 @@ class HackCaptureActor extends Actor {
|
||||||
building.Zone.benefitRecipient = hackedByFaction
|
building.Zone.benefitRecipient = hackedByFaction
|
||||||
building.Zone.NotifyContinentalLockBenefits(building.Zone, building)
|
building.Zone.NotifyContinentalLockBenefits(building.Zone, building)
|
||||||
if (towersToCapture.nonEmpty) {
|
if (towersToCapture.nonEmpty) {
|
||||||
processBuildingsWithDelay(towersToCapture, hackedByFaction, 1000)
|
processBuildingsWithDelay(towersToCapture, hackedByFaction, 100)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (building.Zone.lockedBy != PlanetSideEmpire.NEUTRAL) {
|
else if (building.Zone.lockedBy != PlanetSideEmpire.NEUTRAL) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue