From 62fbe8b24ca37aa09b154fe1a19a2f252fe14abc Mon Sep 17 00:00:00 2001 From: IndigoFox Date: Thu, 12 Oct 2023 00:17:16 -0700 Subject: [PATCH] minor adjustments --- README.md | 2 +- addons/main/script_mod.hpp | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 500a814..f26c836 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ In the event that the server crashes and a user has not been in the mission long | --- | --- | | worlds | Stores world information. | | missions | Stores mission information. | -| Session | Stores rows that indicate player information and join/disconnect times. | +| sessions | Stores rows that indicate player information and join/disconnect times. | ### Worlds diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index c34d125..8faed66 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -4,9 +4,7 @@ #define COMPONENT_BEAUTIFIED Main #define MAINPREFIX x -#define SUBPREFIX addons #define PREFIX AttendanceTracker - - +#define SUBPREFIX addons #include "\x\cba\addons\main\script_macros_common.hpp" \ No newline at end of file