mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Added ZSCdefines. Checking plotfriends against dayz_playerUID.
This commit is contained in:
@@ -53,7 +53,7 @@ if(_IsNearPlot == 0) then {
|
||||
_fuid = _fuid + [_friendUID];
|
||||
} forEach _friendlies;
|
||||
// check if friendly to owner
|
||||
if(dayz_characterID in _fuid) then {
|
||||
if(dayz_playerUID in _fuid) then {
|
||||
_canBuildOnPlot = true;
|
||||
};
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user