mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Derp
This commit is contained in:
parent
2dd835b56b
commit
e22b1c0d25
@ -13,9 +13,9 @@ if (isServer) then {
|
||||
|
||||
if !(hasInterface) exitWith {};
|
||||
|
||||
GVAR(cacheWeaponData) = call CBA_fnc_createNamespace();
|
||||
GVAR(cacheAmmoData) = call CBA_fnc_createNamespace();
|
||||
GVAR(cacheSilencerData) = call CBA_fnc_createNamespace();
|
||||
GVAR(cacheWeaponData) = call CBA_fnc_createNamespace;
|
||||
GVAR(cacheAmmoData) = call CBA_fnc_createNamespace;
|
||||
GVAR(cacheSilencerData) = call CBA_fnc_createNamespace;
|
||||
|
||||
// Add keybinds
|
||||
["ACE3 Weapons", QGVAR(unjamWeapon), localize LSTRING(UnjamWeapon),
|
||||
|
Loading…
Reference in New Issue
Block a user