Update fnc_burn.sqf

This commit is contained in:
johnb432 2024-02-03 22:25:15 +01:00
parent 623ce0b0be
commit ccb09e60d7

View File

@ -17,7 +17,7 @@
* Public: No
*/
if !(EGVAR(common,settingsInitFinished)) exitWith {
if (!EGVAR(common,settingsInitFinished)) exitWith {
EGVAR(common,runAtSettingsInitialized) pushBack [FUNC(burn), _this];
};