mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Second batch of cleaned up files.
This commit is contained in:
@ -8,10 +8,8 @@
|
||||
* @PublicAPI: true
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
private ["_id","_disable"];
|
||||
_id = _this select 0;
|
||||
_disable = _this select 1;
|
||||
|
||||
PARAMS_2(_id,_disable);
|
||||
|
||||
if (isnil QGVAR(DISABLE_USER_INPUT_COLLECTION)) then {
|
||||
GVAR(DISABLE_USER_INPUT_COLLECTION) = [];
|
||||
|
Reference in New Issue
Block a user