mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
minor adjustments
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user