diff --git a/SQF/dayz_code/compile/player_humanityMorph.sqf b/SQF/dayz_code/compile/player_humanityMorph.sqf index ffc9501bd..8dda7441b 100644 --- a/SQF/dayz_code/compile/player_humanityMorph.sqf +++ b/SQF/dayz_code/compile/player_humanityMorph.sqf @@ -82,8 +82,8 @@ player setVariable ["characterID",_charID,true]; player setVariable ["worldspace",_worldspace]; player setVariable ["Achievements",_achievements]; -player getVariable ["ConfirmedHumanKills",_ConfirmedHumanKills,true]; -player getVariable ["ConfirmedBanditKills",_ConfirmedBanditKills,true]; +player setVariable ["ConfirmedHumanKills",_ConfirmedHumanKills,true]; +player setVariable ["ConfirmedBanditKills",_ConfirmedBanditKills,true]; player setVariable ["friendlies",_friendlies,true]; player setVariable ["DZE_display_name",_tagSetting,true];