mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Update fn_check_access.sqf
This commit is contained in:
@@ -50,6 +50,8 @@ private [
|
|||||||
_player = _this select 0;
|
_player = _this select 0;
|
||||||
_target = _this select 1;
|
_target = _this select 1;
|
||||||
|
|
||||||
|
if (isNil "_target" || {isNull _target}) exitwith {[false,false,false,false,false,false,false,""]};
|
||||||
|
|
||||||
// Initialize return values
|
// Initialize return values
|
||||||
_isOwner = false;
|
_isOwner = false;
|
||||||
_isFriendly = false;
|
_isFriendly = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user