mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Merge pull request #1267 from ScrawnyRonnie/favorites
Enemy Faction Equipment in Favorites
This commit is contained in:
commit
60f02b473d
|
|
@ -678,8 +678,8 @@ object ContainableBehavior {
|
|||
val faction = GlobalDefinitions.isFactionEquipment(objDef)
|
||||
GlobalDefinitions.isCavernEquipment(objDef) ||
|
||||
objDef == GlobalDefinitions.router_telepad ||
|
||||
entry.obj.isInstanceOf[BoomerTrigger] ||
|
||||
(faction != tplayer.Faction && faction != PlanetSideEmpire.NEUTRAL)
|
||||
entry.obj.isInstanceOf[BoomerTrigger] /*||
|
||||
(faction != tplayer.Faction && faction != PlanetSideEmpire.NEUTRAL)*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue