Fix double reload

This commit is contained in:
Tklama
2024-06-03 22:33:46 +02:00
parent e7abda8231
commit d57aaeb06a
2 changed files with 3 additions and 9 deletions

View File

@@ -42,7 +42,6 @@ _arty animateSource ["magazine_hide_source", 1, true];
_arty animateSource ["magazine_load_source", 0, true]; _arty animateSource ["magazine_load_source", 0, true];
// Server only - TODO Test and move up // Server only - TODO Test and move up
if (!isServer) exitWith {};
// "Temp" fix for cluster and laser guided because BI? // "Temp" fix for cluster and laser guided because BI?
if (_ammo in ["tbd_mortars_105mm_shell_ammo_dpicm", "tbd_mortars_105mm_shell_ammo_laser"]) then { if (_ammo in ["tbd_mortars_105mm_shell_ammo_dpicm", "tbd_mortars_105mm_shell_ammo_laser"]) then {

View File

@@ -282,8 +282,6 @@ class CfgVehicles {
source = "user"; source = "user";
initPhase = 0; initPhase = 0;
animPeriod = 0.5; animPeriod = 0.5;
sound = "reload";
soundPosition = "konec_hlavne";
}; };
class magazine_hide_source { class magazine_hide_source {
@@ -296,8 +294,7 @@ class CfgVehicles {
source = "user"; source = "user";
initPhase = 0; initPhase = 0;
animPeriod = 0.5; animPeriod = 0.5;
sound = "reload";
soundPosition = "konec_hlavne";
}; };
class magazine_smoke_hide_source { class magazine_smoke_hide_source {
@@ -310,8 +307,7 @@ class CfgVehicles {
source = "user"; source = "user";
initPhase = 0; initPhase = 0;
animPeriod = 0.5; animPeriod = 0.5;
sound = "reload";
soundPosition = "konec_hlavne";
}; };
class magazine_dpicm_hide_source { class magazine_dpicm_hide_source {
@@ -324,8 +320,7 @@ class CfgVehicles {
source = "user"; source = "user";
initPhase = 0; initPhase = 0;
animPeriod = 0.5; animPeriod = 0.5;
sound = "reload";
soundPosition = "konec_hlavne";
}; };
class magazine_laser_hide_source { class magazine_laser_hide_source {