mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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 ["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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user