initSettings.inc.sqf

This commit is contained in:
PabstMirror 2024-01-06 19:02:00 -06:00
parent 4197a6e977
commit 825f40b728
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
#include "initSettings.sqf"
#include "initSettings.inc.sqf"
// Server handles the tracking of all projectiles. It dispatches events to launchers to fire at specific targets
// The tracker and launcher array are global to allow for early-out if it is impossible to kill any projectiles to avoid wasting bandwidth