Remove source object from Humanity hit network send

Source object is always player and not needed anymore after 8ea21a2
This commit is contained in:
ebaydayz
2016-10-02 13:25:55 -04:00
parent 9fd2f2270b
commit 4509902822
11 changed files with 15 additions and 16 deletions

View File

@@ -95,7 +95,7 @@ if (count _array > 0) then {
_humanityHit = -(2000 - _myKills);
_kills = _source getVariable ["humanKills",0];
_source setVariable ["humanKills",(_kills + 1),true];
PVDZ_send = [_source,"Humanity",[_source,_humanityHit,300]];
PVDZ_send = [_source,"Humanity",[_humanityHit,300]];
publicVariableServer "PVDZ_send";
} else {
//i'm "guilty" - kill me as bandit