mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 23:51:56 +03:00
Send PVDZ_sec_atp messages as array
Vanilla development commits: https://github.com/DayZMod/DayZ/commit/6e0fd6203bd2ec2b6f07d3e44835c3f9c7fa5e7e https://github.com/DayZMod/Battleye-Filters/commit/78ed0665fafc7eb286485f479c4b7d77442ba942
This commit is contained in:
@@ -163,7 +163,7 @@ if (_unit == player) then {
|
||||
default { "with suspicious weapon" };
|
||||
};
|
||||
if (!_isZombieHit) then { // don't log any zombie wounds, even from remote zombies
|
||||
PVDZ_sec_atp = [_unit, _source, _sourceWeap, _sourceDist];
|
||||
PVDZ_sec_atp = [_unit, _source, toArray _sourceWeap, _sourceDist]; //Send arbitrary string as array to allow stricter publicVariableVal.txt filter
|
||||
publicVariableServer "PVDZ_sec_atp";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user