Skip to content

Commit

Permalink
Fix kab
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCandianVendingMachine committed Sep 10, 2024
1 parent 49a7c6a commit d78cc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/missile_gbu/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CfgAmmo {
class GVAR(FAB250): Bomb_03_F {
maneuvrability = 0; // no maneuvrability so that default guidance doesnt work
airFriction = 0.25; // bombs have high drag who woulda thunk
class ace_missileguidance: EGVAR(missileguidance,KAB) {
class ace_missileguidance: EGVAR(missileguidance,type_KAB) {
enabled = 1;
};
};
Expand Down

0 comments on commit d78cc5c

Please sign in to comment.