Files
DayZ-Epoch/dayz_code/actions/repair_cancel.sqf
vbawol 1bb82da32e 0.891
2013-02-02 18:32:01 -06:00

4 lines
167 B
Plaintext

private [];
{dayz_myCursorTarget removeAction _x} forEach s_player_repairActions;s_player_repairActions = [];
s_player_repair_crtl = -1;
dayz_myCursorTarget = objNull;