Removed outdated comment

This commit is contained in:
johnb432 2024-02-12 12:51:41 +01:00
parent a35864c615
commit b5dfe0a346

View File

@ -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;