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:
@ -12,10 +12,9 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
private ["_number", "_minLength", "_length"];
|
||||
private ["_length"];
|
||||
|
||||
_number = _this select 0;
|
||||
_minLength = _this select 1;
|
||||
PARAMS_2(_number,_minLength);
|
||||
|
||||
_number = _number min 999999;
|
||||
|
||||
|
Reference in New Issue
Block a user