Skip to content

Commit

Permalink
fix static recycle
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed Feb 13, 2025
1 parent 008b7f7 commit f78f975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core.liberation/scripts/server/sector/spawn_static.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ private _vehicle = createVehicle [selectRandom opfor_statics, _spawn_pos, [], 0,
_vehicle addMPEventHandler ["MPKilled", {_this spawn kill_manager}];
_vehicle addEventHandler ["HandleDamage", { _this call damage_manager_static }];
_vehicle setVariable ["R3F_LOG_disabled", true, true];
_vehicle setVariable ["GRLIB_vehicle_owner", "server", true];
_vehicle setVariable ["GRLIB_vehicle_reward", true, true];
[_vehicle] call F_aceLockVehicle;
sleep 1;
Expand Down

0 comments on commit f78f975

Please sign in to comment.