#761 owner remove modular

This commit is contained in:
HARLAN
2013-11-27 00:12:39 -05:00
parent a432110587
commit 733f82a028

View File

@@ -214,7 +214,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
};
//Allow owners to delete modulars
if(_isModular and (_ownerID == dayz_playerUID)) then {
if(_isModular and (dayz_characterID == _ownerID)) then {
if(_hasToolbox and "ItemCrowbar" in _itemsPlayer) then {
_player_deleteBuild = true;
};