Fixed night vision state not remembered. If zomibes turn off zvision, nvgs will be off next time too.
This commit is contained in:
@ -405,7 +405,11 @@ ApplyZombieNightVision(client)
|
||||
{
|
||||
new bool:nvgs = GetClassNVGs(pClass[client]);
|
||||
NightVision(client, nvgs);
|
||||
NightVisionOn(client, nvgs);
|
||||
|
||||
if (bZVision[client])
|
||||
{
|
||||
NightVisionOn(client, nvgs);
|
||||
}
|
||||
}
|
||||
|
||||
ApplyZombieFOV(client)
|
||||
|
Reference in New Issue
Block a user