From b5dfe0a3469a91ea80ad70c7f2d7a90d35b22c98 Mon Sep 17 00:00:00 2001 From: johnb432 <58661205+johnb432@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:51:41 +0100 Subject: [PATCH] Removed outdated comment --- addons/fire/XEH_postInit.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/fire/XEH_postInit.sqf b/addons/fire/XEH_postInit.sqf index b093b1cdc5..d0869d3b71 100644 --- a/addons/fire/XEH_postInit.sqf +++ b/addons/fire/XEH_postInit.sqf @@ -81,7 +81,6 @@ if (isServer) then { (GVAR(fireSources) deleteAt _hashedKey) params [["_fireLogic", objNull]]; - // Deleting the object will automatically remove any particles (if there are any) detach _fireLogic; deleteVehicle _fireLogic; }] call CBA_fnc_addEventHandler;