Skip to content

Commit

Permalink
Fix include casing
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Sep 3, 2024
1 parent 07147ce commit 2908e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_EGSpectator.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ disableSerialization;
scriptName "BIS_fnc_EGSpectator";

// Common spectator defines
#include "\A3\Functions_F_Exp_A\EGSpectatorCommonDefines.inc"
#include "\a3\Functions_F_Exp_A\EGSpectatorCommonDefines.inc"

// Parameters
private _mode = _this param [0, "", [""]];
Expand Down

0 comments on commit 2908e18

Please sign in to comment.