Skip to content

Commit

Permalink
Update fn_init_ai.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Nov 4, 2023
1 parent d35f0e9 commit 7c1dd76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cScripts/functions/init/fn_init_ai.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
* Public: No
*/

INFO("init", "Applying AI Event Handler to units and vehicles...");

if (!isServer) {};
INFO("init", "Applying AI Event Handler to units and vehicles...");

// AI Behavior
if (EGVAR(Settings,setAiBanDismountOfCrew)) then {
Expand Down

0 comments on commit 7c1dd76

Please sign in to comment.