Update fn_check_access.sqf

This commit is contained in:
A Man
2022-07-07 10:41:51 +02:00
parent 68169c4310
commit 69ad9a4a12

View File

@@ -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;