1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

fixed a few more script_comps

This commit is contained in:
lambdatiger 2024-01-11 15:44:01 -06:00
parent 231359ec4e
commit d7f2f673f3
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
#include "..\script_component.hpp"
#include "script_component.hpp"
["CBA_settingsInitialized", {
if (isServer) then {

@ -1,3 +1,3 @@
#include "..\script_component.hpp"
#include "script_component.hpp"
#include "XEH_PREP.hpp"