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 {
|
||||
displayName = CSTRING(muzzleVelocityVariation_DisplayName);
|
||||
description = CSTRING(muzzleVelocityVariation_Description);
|
||||
displayName = CSTRING(muzzleVelocityVariationEnabled_DisplayName);
|
||||
description = CSTRING(muzzleVelocityVariationEnabled_Description);
|
||||
typeName = "BOOL";
|
||||
defaultValue = 1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user