mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Improve BIS_Effects fix #1883
Now stops particle effects loops when wreck is deleted. Exucuted in an EH, so it should resolve any issue where the corepatch fix version, or broken A2 version takes priority. Minor script formating and performance improvements
This commit is contained in:
@@ -92,6 +92,10 @@ class CfgAddons
|
||||
};
|
||||
};
|
||||
|
||||
class DefaultEventhandlers {
|
||||
init = "if (isNil 'BIS_Effects_Init_DZE') then {[] call compile preProcessFileLineNumbers '\z\addons\dayz_code\system\BIS_Effects\init.sqf';};";
|
||||
};
|
||||
|
||||
#include "Configs\rscTitles.hpp"
|
||||
#include "Configs\CfgWorlds.hpp"
|
||||
#include "Configs\CfgMoves.hpp"
|
||||
|
||||
Reference in New Issue
Block a user