mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 07:24:53 +00:00
Allow "bo" and "neutral" as valid factions for /capturebase
This commit is contained in:
parent
38a67d0388
commit
efe0c293a3
1 changed files with 2 additions and 0 deletions
|
|
@ -406,6 +406,8 @@ class ChatActor(
|
||||||
case ("nc", pos) => Some(PlanetSideEmpire.NC, pos)
|
case ("nc", pos) => Some(PlanetSideEmpire.NC, pos)
|
||||||
case ("vs", pos) => Some(PlanetSideEmpire.VS, pos)
|
case ("vs", pos) => Some(PlanetSideEmpire.VS, pos)
|
||||||
case ("none", pos) => Some(PlanetSideEmpire.NEUTRAL, pos)
|
case ("none", pos) => Some(PlanetSideEmpire.NEUTRAL, pos)
|
||||||
|
case ("bo", pos) => Some(PlanetSideEmpire.NEUTRAL, pos)
|
||||||
|
case ("neutral", pos) => Some(PlanetSideEmpire.NEUTRAL, pos)
|
||||||
case _ => None
|
case _ => None
|
||||||
}
|
}
|
||||||
.headOption match {
|
.headOption match {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue