mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Bird locality code no longer needed
This commit is contained in:
parent
3544ee57f8
commit
212b8528fa
@ -215,6 +215,7 @@ if (_activated) then {
|
||||
} foreach (synchronizedobjects _logic);
|
||||
_addons call bis_fnc_activateaddons;
|
||||
|
||||
/* Removed by ACE
|
||||
//--- Locality changed
|
||||
_logic addeventhandler [
|
||||
"local",
|
||||
@ -224,6 +225,7 @@ if (_activated) then {
|
||||
_bird setowner owner _logic;
|
||||
}
|
||||
];
|
||||
*/
|
||||
};
|
||||
|
||||
//--- Player
|
||||
|
Loading…
Reference in New Issue
Block a user