minor adjustments

This commit is contained in:
2023-10-12 00:17:16 -07:00
parent 71ec70ef6a
commit 62fbe8b24c
2 changed files with 2 additions and 4 deletions

View File

@@ -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. | | worlds | Stores world information. |
| missions | Stores mission 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 ### Worlds

View File

@@ -4,9 +4,7 @@
#define COMPONENT_BEAUTIFIED Main #define COMPONENT_BEAUTIFIED Main
#define MAINPREFIX x #define MAINPREFIX x
#define SUBPREFIX addons
#define PREFIX AttendanceTracker #define PREFIX AttendanceTracker
#define SUBPREFIX addons
#include "\x\cba\addons\main\script_macros_common.hpp" #include "\x\cba\addons\main\script_macros_common.hpp"