mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added missing semicolon
This commit is contained in:
parent
539c4a7a10
commit
a41640d411
@ -61,7 +61,7 @@ class CfgAmmo {
|
||||
hit = 75; // default: 150
|
||||
indirectHit = 1; // default: 4
|
||||
indirectHitRange = 0.25; // default: 3
|
||||
deflecting = 5
|
||||
deflecting = 5;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user