Explorar o código

Fix name force walk

m3ales %!s(int64=4) %!d(string=hai) anos
pai
achega
fe99fc2037
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      addons - Copy/RD501_Main/XEH_postinit.sqf

+ 1 - 1
addons - Copy/RD501_Main/XEH_postinit.sqf

@@ -12,5 +12,5 @@ call macro_fnc_name(nightvision);
 
 // Drone Recharge
 RD501_DRONE_BATTERY = "lightsaberG_swing";
-RD501_FORCE_WALK_WEAPONS = [macro_quote(macro_new_weapon_nofam(Z1000))];
+RD501_FORCE_WALK_WEAPONS = [macro_quote(macro_new_weapon_nofam(z1000))];
 ["weapon", macro_fnc_name(heavyWeaponHandlePlayerWeaponChanged)] call CBA_fnc_addPlayerEventHandler;