Reverted the addBlackList function

This commit is contained in:
ulteq 2015-04-27 14:02:59 +02:00
parent f54f0cd1fa
commit 3c92cab7af
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ GVAR(traces) = [];
GVAR(tracesStarted) = false;
// * Other Shit */
PREP(addBlackList);
PREP(addTrack);
PREP(drawTraces);
PREP(removeTrack);

View File

@ -0,0 +1,4 @@
#include "script_component.hpp"
private ["_round"];
_round = _this select 0;
GVAR(blackList) set[(count GVAR(blackList)), _round];