Rename FNC_check_owner --> FNC_check_owner_friends

Use a more descriptive name for what it actually does now.
This commit is contained in:
ebaydayz
2016-06-12 13:30:49 -04:00
parent 835d750c0c
commit 20066de673
9 changed files with 15 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ _changecount = 0;
// Check is owner of the plot pole.
_isowner = [player, _plotpole] call FNC_check_owner;
_isowner = [player, _plotpole] call FNC_check_owner_friends;
_itemsExist = false;
if ((_isowner select 0 )) then {
@@ -25,7 +25,7 @@ if ((_isowner select 0 )) then {
_classname = typeOf _object;
if (_classname in DZE_plotTakeOwnershipItems)then {
_isowner = [player, _object] call FNC_check_owner;
_isowner = [player, _object] call FNC_check_owner_friends;
diag_log text "Plot Take Ownership: Object in DZE_plotTakeOwnershipItems";
if !( _isowner select 0 ) then{