mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
Merge pull request #1305 from ScrawnyRonnie/capture-hotfix
Capture Hotfix
This commit is contained in:
commit
0c3c7bcb7f
|
|
@ -143,9 +143,7 @@ final case class MajorFacilityHackParticipation(building: Building) extends Faci
|
|||
if (contributionVictorSize > 0) {
|
||||
//setup for ...
|
||||
val populationIndices = playerPopulationOverTime.indices
|
||||
val allFactions = PlanetSideEmpire.values.filterNot {
|
||||
_ == PlanetSideEmpire.NEUTRAL
|
||||
}.toSeq
|
||||
val allFactions = PlanetSideEmpire.values.toSeq
|
||||
val (victorPopulationByLayer, opposingPopulationByLayer) = {
|
||||
val individualPopulationByLayer = allFactions.map { f =>
|
||||
(f, populationIndices.indices.map { i => playerPopulationOverTime(i)(f) })
|
||||
|
|
|
|||
Loading…
Reference in a new issue