mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-04 20:50:20 +00:00
normal minus bfr
This commit is contained in:
parent
60f02b473d
commit
bc978f177b
3 changed files with 11 additions and 100 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue