feat(sar): unify hoist payload handling
This commit is contained in:
+5
-2
@@ -15,7 +15,10 @@ class CfgPatches
|
||||
requiredVersion = 0.1;
|
||||
units[] =
|
||||
{
|
||||
"BRAF_Rescue_Seat"};
|
||||
"BRAF_Rescue_Seat",
|
||||
"BRAF_Rescue_Basket",
|
||||
"BRAF_Rescue_Stretcher"
|
||||
};
|
||||
weapons[] = {};
|
||||
};
|
||||
};
|
||||
@@ -23,4 +26,4 @@ class CfgVehicles
|
||||
{
|
||||
class Items_base_F;
|
||||
#include "SAR_Base.hpp"
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user