Skip to content

Commit

Permalink
Fix Crashes on GM Desert Templates (#3120)
Browse files Browse the repository at this point in the history
* added function for Checking vehicles in templates

* imporved vehicle script

* fix for servers crashing on desert template

* removed testcode

---------

Co-authored-by: targetingsnake <targetingsnake@users.noreply.github.com>
  • Loading branch information
targetingsnake and targetingsnake authored Feb 8, 2024
1 parent d6ab4ea commit f24ab7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions A3A/addons/core/Templates/Templates/GM/GM_AI_BW_desert.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ _militaryLoadoutData set ["uniforms", ["CUP_U_B_GER_Tropentarn_1", "CUP_U_B_GER_
_militaryLoadoutData set ["vests", ["CUP_V_B_GER_PVest_Trop_RFL", "CUP_V_B_GER_PVest_Trop_RFL_LT"]];
_militaryLoadoutData set ["slVests", ["CUP_V_B_GER_PVest_Trop_TL", "CUP_V_B_GER_PVest_Trop_OFC"]];
_militaryLoadoutData set ["medVests", ["CUP_V_B_GER_PVest_Trop_Med"]];
_militaryLoadoutData set ["mgVests", ["gm_ge_vest_armor_90_machinegunner_flk"]];
_militaryLoadoutData set ["glVests", ["CUP_V_B_GER_PVest_Trop_MG"]];
_militaryLoadoutData set ["mgVests", ["CUP_V_B_GER_PVest_Trop_MG"]];
_militaryLoadoutData set ["glVests", ["CUP_V_B_GER_PVest_Trop_Gren"]];
_militaryLoadoutData set ["backpacks", ["CUP_B_GER_Pack_Tropentarn"]];
_militaryLoadoutData set ["helmets", ["CUP_V_B_GER_PVest_Trop_Gren", "CUP_H_Ger_M92_Cover_Trop_GG_CB", "CUP_H_Ger_M92_Cover_Trop_GG_CF", "CUP_H_Ger_M92_Cover_Trop_GG"]];
_militaryLoadoutData set ["helmets", ["CUP_H_Ger_M92_Cover_Trop_GG_CB", "CUP_H_Ger_M92_Cover_Trop_GG_CF", "CUP_H_Ger_M92_Cover_Trop_GG"]];
_militaryLoadoutData set ["binoculars", ["Rangefinder"]];

_militaryLoadoutData set ["slRifles", [
Expand Down

0 comments on commit f24ab7c

Please sign in to comment.