mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
remove debug
This commit is contained in:
@@ -330,8 +330,6 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
|||||||
// gear access on surrendered player
|
// gear access on surrendered player
|
||||||
if(_isMan and !_isZombie and !_isAnimal) then {
|
if(_isMan and !_isZombie and !_isAnimal) then {
|
||||||
_isSurrendered = _cursorTarget getVariable ["DZE_Surrendered",false];
|
_isSurrendered = _cursorTarget getVariable ["DZE_Surrendered",false];
|
||||||
|
|
||||||
diag_log format["DZE_Surrendered: %1", _isSurrendered];
|
|
||||||
if (_isSurrendered) then {
|
if (_isSurrendered) then {
|
||||||
_player_SurrenderedGear = true;
|
_player_SurrenderedGear = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user