Update fn_initServer.sqf

update old no longer existing asset for fixed wing aircraft to currently used asset
This commit is contained in:
hizumi
2024-02-01 23:22:09 -06:00
parent 29a04a1851
commit 75c13ce69b

View File

@@ -4,7 +4,7 @@ if (!isServer) exitWith {};
call milsim_fnc_crateDefinitions; call milsim_fnc_crateDefinitions;
_fixedAssets = [ _fixedAssets = [
["Ares", "USAF_A10", 0], ["Ares", "B_Plane_CAS_01_Cluster_F", 0],
["Odyssey", "RHSGREF_A29B_HIDF", 0], ["Odyssey", "RHSGREF_A29B_HIDF", 0],
["Hercules", "USAF_C130J", 0] ["Hercules", "USAF_C130J", 0]