Send damage selection normally for RPT log c10a7c3

This commit is contained in:
ebaydayz
2017-01-29 12:02:27 -05:00
parent 611fd73bbd
commit cfd0f74870
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ if (_unit == player) then {
};
//Damage values over 999,999 will kick for PV value restriction (e+). These should not be possible for legitimate players.
PVDZ_sec_atp = [_unit, _source, toArray _sourceWeap, _sourceDist, toArray _hit, str _damage]; //Send arbitrary string as array to allow stricter publicVariableVal.txt filter
PVDZ_sec_atp = [_unit, _source, toArray _sourceWeap, _sourceDist, _hit, str _damage]; //Send arbitrary string as array to allow stricter publicVariableVal.txt filter
publicVariableServer "PVDZ_sec_atp";
};