mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 21:31:56 +03:00
Fix for Confirmed Kills system on change clothes.
Vanilla development commit: https://github.com/DayZMod/DayZ/commit/d499246e2e711ff1efda9fed38ca589bcb7908f7
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