Merge pull request #1254 from ScrawnyRonnie/door_sideness

Doors Again Change Player's Sideness
This commit is contained in:
ScrawnyRonnie 2025-01-28 10:59:56 -05:00 committed by GitHub
commit 85f6c14683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ object EnvironmentAttribute {
/** only interact with living player characters or vehicles */
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
}
/**