mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Reverted the addBlackList function
This commit is contained in:
parent
f54f0cd1fa
commit
3c92cab7af
@ -23,6 +23,7 @@ GVAR(traces) = [];
|
||||
GVAR(tracesStarted) = false;
|
||||
|
||||
// * Other Shit */
|
||||
PREP(addBlackList);
|
||||
PREP(addTrack);
|
||||
PREP(drawTraces);
|
||||
PREP(removeTrack);
|
||||
|
4
addons/frag/functions/fnc_addBlackList.sqf
Normal file
4
addons/frag/functions/fnc_addBlackList.sqf
Normal file
@ -0,0 +1,4 @@
|
||||
#include "script_component.hpp"
|
||||
private ["_round"];
|
||||
_round = _this select 0;
|
||||
GVAR(blackList) set[(count GVAR(blackList)), _round];
|
Loading…
Reference in New Issue
Block a user