mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-14 16:04:41 +00:00
Merge pull request #1254 from ScrawnyRonnie/door_sideness
Doors Again Change Player's Sideness
This commit is contained in:
commit
85f6c14683
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ object EnvironmentAttribute {
|
||||||
/** only interact with living player characters or vehicles */
|
/** only interact with living player characters or vehicles */
|
||||||
def canInteractWith(obj: PlanetSideGameObject): Boolean = canInteractWithPlayersAndVehicles(obj)
|
def canInteractWith(obj: PlanetSideGameObject): Boolean = canInteractWithPlayersAndVehicles(obj)
|
||||||
|
|
||||||
def testingDepth(obj: _root_.net.psforever.objects.PlanetSideGameObject): Float = 0f
|
def testingDepth(obj: _root_.net.psforever.objects.PlanetSideGameObject): Float = 4f
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue