mirror of
https://github.com/unknownworlds/NS.git
synced 2025-02-17 01:12:02 +00:00
o Fixed issue with alien flaslight and the cloaking indicator.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@570 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
d61af43e1e
commit
d7e1bea7ab
1 changed files with 1 additions and 1 deletions
|
@ -1462,7 +1462,7 @@ bool AvHPlayer::ExecuteMessage(AvHMessageID inMessageID, bool inInstantaneous, b
|
||||||
|
|
||||||
bool AvHPlayer::GetIsAlienSightActive() const
|
bool AvHPlayer::GetIsAlienSightActive() const
|
||||||
{
|
{
|
||||||
return this->mAlienSightActive;
|
return this->mAlienSightActive && this->IsAlive();
|
||||||
}
|
}
|
||||||
|
|
||||||
void AvHPlayer::SetDesiredNetName(string inDesiredNetName)
|
void AvHPlayer::SetDesiredNetName(string inDesiredNetName)
|
||||||
|
|
Loading…
Reference in a new issue