debug fixed make_lootPos bad path

This commit is contained in:
vbawol
2013-03-26 10:05:09 -05:00
parent 14f00496e8
commit 4e0e3a9903

View File

@@ -55,7 +55,7 @@ if(DZEdebug) then {
hint str(typeOf cursorTarget);
if (s_player_debuglootpos < 0) then {
s_player_debuglootpos = player addAction ["Save to arma2.rpt", "Make_lootPos.sqf", ["save"], 99, false, true, "",""];
s_player_debuglootpos = player addAction ["Save to arma2.rpt", "\z\addons\dayz_code\actions\debug\Make_lootPos.sqf", ["save"], 99, false, true, "",""];
};
};