From 0b10b85e3a9d67ce6f3423eab04d1124af339d86 Mon Sep 17 00:00:00 2001 From: oiad Date: Mon, 28 Nov 2016 05:36:47 +1300 Subject: [PATCH] player_upgrade combination fix (#1803) Adds systemChat to receive the combination for whatever you upgrade as well as dayz_rollingMessages. The same as what modular_build does. --- SQF/dayz_code/actions/player_upgrade.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_code/actions/player_upgrade.sqf b/SQF/dayz_code/actions/player_upgrade.sqf index b02549a10..ab11906d9 100644 --- a/SQF/dayz_code/actions/player_upgrade.sqf +++ b/SQF/dayz_code/actions/player_upgrade.sqf @@ -121,6 +121,7 @@ if ((count _upgrade) > 0) then { _objectCharacterID = _combination; format[localize "str_epoch_player_158",_combination,_text] call dayz_rollingMessages; + systemChat format[localize "str_epoch_player_158",_combination,_text]; } else { format[localize "str_epoch_player_159",_text] call dayz_rollingMessages; };