mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 06:50:44 -05:00
Removed unused _playerFlaggedAsEnemyToBosses
value
This commit is contained in:
parent
89f0db250d
commit
3c9bf227e0
@ -11,7 +11,6 @@ namespace Aki.SinglePlayer.Models.Progression
|
|||||||
private GameWorld _gameWorld;
|
private GameWorld _gameWorld;
|
||||||
private Player _player;
|
private Player _player;
|
||||||
private float _timer;
|
private float _timer;
|
||||||
private bool _playerFlaggedAsEnemyToBosses;
|
|
||||||
private List<MineDirectionalColliders> _bridgeMines;
|
private List<MineDirectionalColliders> _bridgeMines;
|
||||||
private RecodableItemClass _transmitter;
|
private RecodableItemClass _transmitter;
|
||||||
private readonly List<IPlayer> _zryachiyAndFollowers = new List<IPlayer>();
|
private readonly List<IPlayer> _zryachiyAndFollowers = new List<IPlayer>();
|
||||||
@ -73,7 +72,7 @@ namespace Aki.SinglePlayer.Models.Progression
|
|||||||
// Player not an enemy to Zryachiy
|
// Player not an enemy to Zryachiy
|
||||||
// Lk door not accessible
|
// Lk door not accessible
|
||||||
// Player has no transmitter on thier person
|
// Player has no transmitter on thier person
|
||||||
if (_gameWorld == null || _playerFlaggedAsEnemyToBosses || _isDoorDisabled || _transmitter == null)
|
if (_gameWorld == null || _isDoorDisabled || _transmitter == null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user