mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_burn.sqf
This commit is contained in:
parent
623ce0b0be
commit
ccb09e60d7
@ -17,7 +17,7 @@
|
||||
* Public: No
|
||||
*/
|
||||
|
||||
if !(EGVAR(common,settingsInitFinished)) exitWith {
|
||||
if (!EGVAR(common,settingsInitFinished)) exitWith {
|
||||
EGVAR(common,runAtSettingsInitialized) pushBack [FUNC(burn), _this];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user