mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
#include "script_component.hpp"
|
|
|
|
// THIS FUNCTION SHOULD NOT BE USED BECAUSE IT CAUSES AN SEARCH AND REBUILD
|
|
|
|
PARAMS_1(_round);
|
|
|
|
if(_round in GVAR(blackList)) then {
|
|
GVAR(blackList) = GVAR(blackList) - [_round];
|
|
};
|
|
|
|
GVAR(objects) = GVAR(objects) - [_round];
|