mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix Typo issue
This commit is contained in:
@ -13,7 +13,8 @@
|
|||||||
|
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
params ["_item", "_config"];
|
private "_config";
|
||||||
|
params ["_item"];
|
||||||
_config = (configFile >> "CfgVehicles" >> typeof _item >> QGVAR(size));
|
_config = (configFile >> "CfgVehicles" >> typeof _item >> QGVAR(size));
|
||||||
if (isNumber (_config)) exitwith {
|
if (isNumber (_config)) exitwith {
|
||||||
_item getvariable [QGVAR(size), getNumber (_config)];
|
_item getvariable [QGVAR(size), getNumber (_config)];
|
||||||
|
Reference in New Issue
Block a user