mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
d2ee1e987a
* Minimal frag cleanup * Why did this even happen in the first place
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
#include "script_component.hpp"
|
|
|
|
// THIS FUNCTION SHOULD NOT BE USED BECAUSE IT CAUSES AN SEARCH AND REBUILD
|
|
|
|
params ["_round"];
|
|
|
|
if (_round in GVAR(blackList)) then {
|
|
REM(GVAR(blackList),_round);
|
|
};
|
|
|
|
REM(GVAR(objects),_round);
|