Added missing semicolon

This commit is contained in:
LorenLuke 2019-08-01 02:27:12 -07:00 committed by GitHub
parent 539c4a7a10
commit a41640d411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ class CfgAmmo {
hit = 75; // default: 150
indirectHit = 1; // default: 4
indirectHitRange = 0.25; // default: 3
deflecting = 5
deflecting = 5;
};