Skip to content

Commit

Permalink
addCuratorEditableObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallustio committed Oct 12, 2015
1 parent d4a55d7 commit 4858a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion =BTC=co@22_Hearts_and_Minds.Altis/core/fnc/log/create_s.sqf
@@ -1,3 +1,4 @@
private "_obj";
_obj = _this createVehicle [getpos btc_create_object_point select 0,getpos btc_create_object_point select 1,0];
btc_log_obj_created = btc_log_obj_created + [_obj];
btc_log_obj_created = btc_log_obj_created + [_obj];
btc_curator addCuratorEditableObjects [[_x], false];
1 change: 1 addition & 0 deletions =BTC=co@22_Hearts_and_Minds.Altis/mission.sqm
Expand Up @@ -749,6 +749,7 @@ class Mission
id=26;
side="LOGIC";
vehicle="ModuleCurator_F";
name ="btc_curator";
leader=1;
lock="UNLOCKED";
skill=0.60000002;
Expand Down

0 comments on commit 4858a9f

Please sign in to comment.