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:
parent
c4ed18f39f
commit
ec5a1f038a
@ -13,7 +13,8 @@
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
params ["_item", "_config"];
|
||||
private "_config";
|
||||
params ["_item"];
|
||||
_config = (configFile >> "CfgVehicles" >> typeof _item >> QGVAR(size));
|
||||
if (isNumber (_config)) exitwith {
|
||||
_item getvariable [QGVAR(size), getNumber (_config)];
|
||||
|
Loading…
Reference in New Issue
Block a user