mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix for Confirmed Kills system on change clothes.
Vanilla development commit:
d499246e2e
This commit is contained in:
@@ -82,8 +82,8 @@ player setVariable ["characterID",_charID,true];
|
|||||||
player setVariable ["worldspace",_worldspace];
|
player setVariable ["worldspace",_worldspace];
|
||||||
player setVariable ["Achievements",_achievements];
|
player setVariable ["Achievements",_achievements];
|
||||||
|
|
||||||
player getVariable ["ConfirmedHumanKills",_ConfirmedHumanKills,true];
|
player setVariable ["ConfirmedHumanKills",_ConfirmedHumanKills,true];
|
||||||
player getVariable ["ConfirmedBanditKills",_ConfirmedBanditKills,true];
|
player setVariable ["ConfirmedBanditKills",_ConfirmedBanditKills,true];
|
||||||
player setVariable ["friendlies",_friendlies,true];
|
player setVariable ["friendlies",_friendlies,true];
|
||||||
player setVariable ["DZE_display_name",_tagSetting,true];
|
player setVariable ["DZE_display_name",_tagSetting,true];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user