Jelajahi Sumber

Make it work underwaterish

m3ales 4 tahun lalu
induk
melakukan
03ae639819
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      addons - Copy/RD501_Main/config.cpp

+ 3 - 2
addons - Copy/RD501_Main/config.cpp

@@ -586,9 +586,10 @@ class CfgVehicles
 		class ACE_Actions {
 			class ACE_MainActions {
 				class rd501_flip_vehicle_flip {
-					displayName = "Flip Vehicle"
-					condition = "[_player] call rd501_fnc_canFlipVehicle"
+					displayName = "Flip Vehicle";
+					condition = "[_player] call rd501_fnc_canFlipVehicle";
 					statement = "[_target] call rd501_fnc_flipVehicle";
+					exceptions[] = {};
 				};
 			};
 		};