diff --git a/SQF/dayz_code/compile/fn_selfActions.sqf b/SQF/dayz_code/compile/fn_selfActions.sqf index 4eae319a0..4f2ec8650 100644 --- a/SQF/dayz_code/compile/fn_selfActions.sqf +++ b/SQF/dayz_code/compile/fn_selfActions.sqf @@ -770,10 +770,6 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu // Database menu _buy = player addAction [localize "STR_EPOCH_PLAYER_289", "\z\addons\dayz_code\actions\show_dialog.sqf",(_traderMenu select 0), 99, true, false, "",""]; s_player_parts set [count s_player_parts,_buy]; - - // Add static metals trader options under sub menu - _metals_trader = player addAction [localize "STR_EPOCH_PLAYER_301", "\z\addons\dayz_code\actions\trade_metals.sqf",["na"], 0, true, false, "",""]; - s_player_parts set [count s_player_parts,_metals_trader]; }; s_player_parts_crtl = 1;