Unstable 1.8.4.0
This commit is contained in:
@@ -191,7 +191,7 @@ namespace Barotrauma
|
||||
{
|
||||
if (InDetectable) { return true; }
|
||||
if (Entity == null) { return true; }
|
||||
if (Level.Loaded != null && WorldPosition.Y > Level.Loaded.Size.Y)
|
||||
if (Level.IsPositionAboveLevel(WorldPosition))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user