This commit is contained in:
vbawol
2013-02-02 18:32:01 -06:00
parent d929311a3d
commit 1bb82da32e
3 changed files with 5 additions and 5 deletions

View File

@@ -61,6 +61,5 @@ if(count _hitpoints > 0 ) then {
_cancel = dayz_myCursorTarget addAction ["Cancel", "\z\addons\dayz_code\actions\repair_cancel.sqf","repair", 0, true, false, "",""];
s_player_repairActions set [count s_player_repairActions,_cancel];
s_player_repair_crtl = 1;
};