mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix ab module strings (#5829)
This commit is contained in:
parent
fc8a70872f
commit
ef8825bb21
@ -50,8 +50,8 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
class muzzleVelocityVariationEnabled {
|
class muzzleVelocityVariationEnabled {
|
||||||
displayName = CSTRING(muzzleVelocityVariation_DisplayName);
|
displayName = CSTRING(muzzleVelocityVariationEnabled_DisplayName);
|
||||||
description = CSTRING(muzzleVelocityVariation_Description);
|
description = CSTRING(muzzleVelocityVariationEnabled_Description);
|
||||||
typeName = "BOOL";
|
typeName = "BOOL";
|
||||||
defaultValue = 1;
|
defaultValue = 1;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user