Browse Source

fixed laat and arc variable name for reconfigure variable

Namenai 7 years ago
parent
commit
cac27d98da

+ 1 - 1
Scripts/scripts/zeus3denScripts/vehicleBased/vehicleVariants/airBased/ARC/arcXiphos.sqf

@@ -2,7 +2,7 @@ xiphosI={
 	params["_vic"];
 
 	
-	if (!(_this getVariable ["namReconfigured", false])) then 
+	if (!(_vic getVariable ["namReconfigured", false])) then 
 	{
 	
 		comment "data for weapons";

+ 1 - 1
Scripts/scripts/zeus3denScripts/vehicleBased/vehicleVariants/airBased/LAAT/laatClaymore.sqf

@@ -3,7 +3,7 @@
 laatClaymoreIV={
     params ["_vic"];
 
-	if (!(_this getVariable ["namReconfigured", false])) then 
+	if (!(_vic getVariable ["namReconfigured", false])) then 
 	{