This commit is contained in:
Salluci 2021-09-01 14:46:48 -03:00 committed by GitHub
parent afde782d12
commit ee44319801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ class CfgWeapons {
class launch_MRAWS_base_F: Launcher_Base_F {
GVAR(enabled) = 1;
};
class launch_Vorona_base_F: Launcher_Base {
class launch_Vorona_base_F: Launcher_Base_F {
GVAR(enabled) = 1;
};
};