mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix vanilla NV Marker lifetime (#8473)
* Fix vanilla NV Marker lifetime * Empty lines * Fix whitespace
This commit is contained in:
parent
09d1284ad9
commit
d836cbfe6e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user