diff --git a/src/main/scala/net/psforever/services/local/support/HackCaptureActor.scala b/src/main/scala/net/psforever/services/local/support/HackCaptureActor.scala index 89443524..db33a6a3 100644 --- a/src/main/scala/net/psforever/services/local/support/HackCaptureActor.scala +++ b/src/main/scala/net/psforever/services/local/support/HackCaptureActor.scala @@ -276,7 +276,7 @@ class HackCaptureActor extends Actor { && base._2.GUID != building.GUID) val zoneTowers = building.Zone.Buildings.filter(tower => tower._2.BuildingType == StructureType.Tower && tower._2.Faction != hackedByFaction) - // All major facilities in zone are now owned by the hacking faction. Capture all towers in the zone + // All major facilities in zone are now owned by the hacking faction. Capture all remaining towers in the zone // Base that was just hacked is not counted (hence the size - 1) because it wasn't always in ownedBases (async?) if (zoneBases.size - 1 == ownedBases.size && zoneTowers.nonEmpty) {