Skip to content

Commit

Permalink
Remove Man class usage from range addon (#400)
Browse files Browse the repository at this point in the history
* Remove Man class usage

Replace the Man class with the classes that fsmDanger is applied to

* Add Civilian_F

* Switch to CAManBase
  • Loading branch information
rekterakathom authored Jul 7, 2024
1 parent 652f1da commit 9670c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/range/CfgVehicles.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class CfgVehicles {
class Land;
class Man : Land {
class Man;
class CAManBase: Man {
sensitivity = 6;
};
};

0 comments on commit 9670c56

Please sign in to comment.