diff --git a/SQF/dayz_code/actions/remove.sqf b/SQF/dayz_code/actions/remove.sqf index 7bb8182ac..ae8efa4c0 100644 --- a/SQF/dayz_code/actions/remove.sqf +++ b/SQF/dayz_code/actions/remove.sqf @@ -68,8 +68,7 @@ cutText [format[(localize "str_epoch_player_162"),_nameVehicle], "PLAIN DOWN"]; if (_isModular) then { //allow previous cutText to show, then show this if modular. - sleep 2; - {cutText [format["Deconstructing modular buildables will not refund any components."], "PLAIN"];}; + cutText ["Deconstructing modular buildables will not refund any components.", "PLAIN"]; }; // Alert zombies once.