From 389e1c71d278f93d0f467347e8ea9d00add10e93 Mon Sep 17 00:00:00 2001 From: johnb432 <58661205+johnb432@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:04:24 +0200 Subject: [PATCH] Update fnc_handleDamageBox.sqf --- addons/cookoff/functions/fnc_handleDamageBox.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/cookoff/functions/fnc_handleDamageBox.sqf b/addons/cookoff/functions/fnc_handleDamageBox.sqf index 5dedeea996..97525388a3 100644 --- a/addons/cookoff/functions/fnc_handleDamageBox.sqf +++ b/addons/cookoff/functions/fnc_handleDamageBox.sqf @@ -37,7 +37,7 @@ if ( {getNumber (_ammoConfig >> QEGVAR(vehicle_damage,incendiary)) > random 1} || {random 1 < _damage * 0.05 && {_ammo getShotInfo 4}} // there is a small chance of cooking a box off if it's shot by tracer ammo ) then { - [QGVAR(cookOffBox), [_box, _source, _instigator]] call CBA_fnc_serverEvent; + [QGVAR(cookOffBoxServer), [_box, _source, _instigator]] call CBA_fnc_serverEvent; }; // Prevent destruction, let cook-off handle it if necessary