mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
allow neutral
This commit is contained in:
parent
cfb5c0def2
commit
42e21f7c31
|
|
@ -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