Files
DayZ-Epoch/SQF/dayz_code/actions/trade_cancel.sqf
icomrade e54b9983dd Replace forEach with Count
Use count where you do not need _forEachIndex variable, it's quicker
than forEach.
2014-05-27 15:37:57 -04:00

3 lines
104 B
Plaintext

private [];
{player removeAction _x} count s_player_parts;s_player_parts = [];
s_player_parts_crtl = -1;