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