Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Maciejewski <[email protected]>
  • Loading branch information
3Mydlo3 and veteran29 authored Aug 14, 2024
1 parent 11d33ed commit 03851c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/spectator/CfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CfgFunctions
};
class RscDisplayEGSpectatorCore
{
file = QUOTE(A3\Ui_F\Scripts\Gui\rscdisplayegspectator.sqfc);
file = QUOTE(A3\Ui_F\Scripts\Gui\rscdisplayegspectator.sqf);
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/CfgScriptPaths.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgScriptPaths
{
AFModsSpectatorGUI = QPATHTOF(functions\);
ADDON = QPATHTOF(functions\);
};
4 changes: 2 additions & 2 deletions addons/spectator/RscDisplayEGSpectator.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class RscDisplayEGSpectator
{
scriptName = "rscdisplayegspectator";
scriptPath = "AFModsSpectatorGUI";
scriptName = "rscdisplayegspectator"; // keep lowercase for compatibility with BI stuff
scriptPath = QUOTE(ADDON);
};

0 comments on commit 03851c7

Please sign in to comment.