Skip to content

Commit

Permalink
Fix vanilla NV Marker lifetime (#8473)
Browse files Browse the repository at this point in the history
* Fix vanilla NV Marker lifetime

* Empty lines

* Fix whitespace
  • Loading branch information
dedmen authored Oct 7, 2021
1 parent 09d1284 commit d836cbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/attach/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ class CfgVehicles {
brightness = 10;
};

class NVG_TargetBase: All {
class NVGMarker {
maxLifetime = "8 * 60 * 60";
};
};

class NATO_Box_Base;
class Box_NATO_Support_F: NATO_Box_Base {
class TransportItems {
Expand Down

0 comments on commit d836cbf

Please sign in to comment.