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

View File

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

View File

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