Correct PVDZ_plr_Save for player zombies

This commit is contained in:
ebaydayz
2016-04-20 17:00:38 -04:00
parent 14dacf269c
commit 7da7b9e5dd
9 changed files with 9 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ if (_characterID != "0") then {
};
if (_isNewGear) then {
if ((typeName _magazines == "ARRAY") && !(_character isKindOf "PZombie_VB")) then {
if (typeName _magazines == "ARRAY") then {
_playerGear = [weapons _character,_magazines select 0,_magazines select 1];
};
};