Fix ab module strings (#5829)

This commit is contained in:
PabstMirror
2017-11-29 14:07:44 -06:00
committed by GitHub
parent fc8a70872f
commit ef8825bb21

View File

@ -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;
};