Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed Feb 15, 2024
1 parent 904cd91 commit 846d285
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,11 @@ ERROR( isNil { _box getVariable [ format[ "LARs_arsenal_%1_data", _arsenalName ]
diag_log format[ "WARNING - Overwriting LARs Arsenal %1 on %2", _arsenalName, str _box ];
};

[ _box ] call BIS_fnc_objectVar;

if !( _target isEqualType false ) exitWith {
_this set [ 2, false ];
_this remoteExec [ "LARs_fnc_blacklistArsenal", _target, format[ "%1_%2", _box, _arsenalName ] ]
};


_thread = _this spawn {

//If initlizing box at mission start then register a loading screen
Expand Down

0 comments on commit 846d285

Please sign in to comment.