remove debug

This commit is contained in:
[VB]AWOL
2013-11-17 00:26:20 -06:00
parent c654ab316e
commit ca8a19e739

View File

@@ -330,8 +330,6 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
// gear access on surrendered player
if(_isMan and !_isZombie and !_isAnimal) then {
_isSurrendered = _cursorTarget getVariable ["DZE_Surrendered",false];
diag_log format["DZE_Surrendered: %1", _isSurrendered];
if (_isSurrendered) then {
_player_SurrenderedGear = true;
};